Cheat Sheet
Tuesday, November 18th, 2008A nice regular expression cheat sheet is available here.
A nice regular expression cheat sheet is available here.
Here’s a great tool that allows you to enter a regex (like my b[aeiou]d already posted) and it will generate all possible output for it.
http://pagesperso-orange.fr/joseph.rezeau/eao/developpement/expandRegexpToString.htm
Try putting a regex in the regExp box and then clicking on Generate Sentences
Here’s a few web-based interactive regular expression tools to help see which constructs match which portions of target texts.
http://tinyurl.com/3ymgcy
http://regex.powertoy.org/
http://www.nettz.de/Service/regexp/
http://www.fileformat.info/tool/regex.htm