Regular Expressions are text strings that define a pattern of characters and symbols.
In this demo you can use regular expressions to perform pattern matching on a text string you specify.
Enter the text string in the first text input box, then select a predefined regular expression or
create one of your own. Click the Pattern Test button. If a matching pattern is found,
the Pattern Test Result box will display match and the matching
substring in the text string will be highlighted.