oper.mozilla.org/en/docs/Core_JavaScript_1.5_Guide:Regular_Expressions">RegExp object. As most of the methods delegate to the JavaScript RegExp object, certain differences in the declaration and behaviour of regular expressions must be expected.
Please note that neither the {@link java.util.regex.Pattern#compile(String)} method nor{@link Matcher} instances are supported. For the later, consider using {@link Pattern#match(String)}.
@author George Georgovassilis