|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
sub
and subAll
.
nextMatch
.
Regexp
class can be used to match a pattern against a
string and optionally replace the matched parts with new strings.Regexp
class to generate
the replacement string for each pattern match found in the source
string.Regsub
class provides an iterator-like object to
extract the matched and unmatched portions of a string with respect to
a given regular expression.Regsub
that can be used to step
through the given string, finding each substring that matches
the given regular expression.
nextMatch
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |