Regular Expressions
This is just a stub. A place to put some real information later...
Regular expressions in ASH mostly are wrappers for the Java java.util.regex package. You can find information about that here: http://java.sun.com/docs/books/tutorial/essential/regex/index.html
There's a good resource for regexp language here: http://www.regular-expressions.info/
Awesome tools for testing regexp here: