Current Version: 1.0.1.0

Resources

Regular Expressions

Many features in Pattern Viewer use textual patterns. A pattern could be plain text, wild cards or regular expressions. Wild cards (*,?) are extended to include single digit (#) and sequence of digits (#+). Wild cards are simple to use, but Regular Expressions are more powerful and hard to write. The following resources will help you to write and debug powerful Regular Expressions.