Home String Object String.lastIndexOf() String.replace()

3.2.11.9 String.match()

result = string.match(regexp);

The function matches the string object agains the given regular expression and returns all requested matches.

See also: String.replace(), String.search(), RegExp Object


Home String Object String.lastIndexOf() String.replace()

Search

Latest news from the Forum