Regular Expressions: Difference between revisions
Jump to navigation
Jump to search
imported>Bale Not a real page. Just a place to put a couple of links. |
imported>StDoodle m added category link-back |
||
Line 8: | Line 8: | ||
* http://gskinner.com/RegExr/ | * http://gskinner.com/RegExr/ | ||
* http://www.fileformat.info/tool/regex.htm | * http://www.fileformat.info/tool/regex.htm | ||
[[Category:String Handling Routines]] |
Revision as of 04:03, 7 May 2010
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: