macros:regular expression: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: Information on regular expressions can be found here: [http://www.regular-expressions.info/] Note that because this is Java, the regular expression are slightly different from regular 'reg...)
(No difference)

Revision as of 14:36, 16 December 2009

Information on regular expressions can be found here: [1] Note that because this is Java, the regular expression are slightly different from regular 'regular expressions'. Here is a link where you can test your expression and it will change it to a java-type expression for you: http://www.cis.upenn.edu/~matuszek/Gene ... ester.html