You are viewing an older version of the site. Click here to view
the latest version of this page. (This may be a dead link, if so, try the root page of the docs
here.)
MethodScript uses Java style regexes, so in general, any regex guides you find online for Java will apply to
MethodScript as well, with the obvious caveat that the actual functions used in Java will vary. Regex is a non-trivial
subject, and entire websites have been dedicated to it, so it is not in the scope of this wiki to cover it. For further
reading, [http://www.regular-expressions.info/ see this website]. A "test harness" script is also provided with the
[[CommandLineTools#examples|installable Local Packages]]. The package to install is
"RegexTestHarness".
Find a bug in this page? Edit this page yourself, then submit a pull request.