Module:mscorePackage:coreParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

core.RegExp

Inheritance : Object

Constructors

Signature
public RegExp(String expression)
public RegExp(String expression, String flags)

Methods

NameSignature
compilevoid compile(String pattern)
compilevoid compile(String pattern, String flags)
execArray<String> exec(String toMatch)
testboolean test(String toTest)

Constructors

public RegExp(String expression)

Parameters

NameTypeDescription
expressioncore.String



public RegExp(String expression, String flags)

Parameters

NameTypeDescription
expressioncore.String
flagscore.String



Methods

compile

void compile(String pattern)

Parameters

NameTypeDescription
patterncore.String

compile

void compile(String pattern, String flags)

Parameters

NameTypeDescription
patterncore.String
flagscore.String

exec

Array<String> exec(String toMatch)

Returns
core.Array<core.String>

Parameters

NameTypeDescription
toMatchcore.String

test

boolean test(String toTest)

Returns
core.boolean

Parameters

NameTypeDescription
toTestcore.String

Module:mscorePackage:coreParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)