Regular Expressions

From Kolmafia
Revision as of 04:03, 7 May 2010 by imported>StDoodle (added category link-back)
Jump to navigation Jump to search

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: