Tag: Regular expresions
-
Regular expressions are a tool, not a problem
Regular expressions are a good tool that should be used when appropriate, as with other programming tools and patterns. But when used to solve a wrong kind of problem, you can easily run into even bigger problems.
-
Matchpoint
Document processing and analysis software identifying keywords within the context, providing searching capabilities.