Code snippets, technical articles, tips on computing and programming...
Pages
▼
java escape text in regular expression
Java's a built-in way to escape arbitrary text so that it can be included in a regular expression- For example, users enter "$5", we can match that exactly rather than a "5" after the end of input.
No comments:
Post a Comment
Your Comment and Question will help to make this blog better...