JudoScript's regular expression support is based on JDK1.4+; it is not available to JDK versions lower than 1.4. Basically you call regex() to compile a regular expression, then apply it to strings and parameters for matching, replacing and splitting.