| Module: | mscore | Package: | core | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
core.RegExp
Inheritance : Object
Constructors
| Signature |
| public RegExp(String expression) |
| public RegExp(String expression, String flags) |
Methods
| Name | Signature |
| compile | void compile(String pattern) |
| compile | void compile(String pattern, String flags) |
| exec | Array<String> exec(String toMatch) |
| test | boolean test(String toTest) |
Constructors
|
public RegExp(String expression) Parameters
|
|
public RegExp(String expression, String flags) Parameters
|
Methods
|
compile void compile(String pattern) Parameters
|
|
compile void compile(String pattern, String flags) Parameters
|
|
exec Array<String> exec(String toMatch)
Parameters
|
||||||||||
|
test boolean test(String toTest)
Parameters
|
||||||||||
| Module: | mscore | Package: | core | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |