|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
org.apache.oro.text.awk.AwkCompiler
compile
methods
to indicate a compiled glob expression should be case insensitive.
compile
methods
to indicate a compiled regular expression should be case insensitive.
compile
methods.
compile
methods.
compile
methods
to indicate a compiled regular expression should be treated as a Perl5
extended pattern (i.e., a pattern using the /x modifier).
org.apache.oro.text.GlobCompiler
contains
method.
MatchActionProcessor
.compile
methods
to indicate a compiled regular expression should treat input as having
multiple lines.
contains()
methods of PatternMatcher instances. org.apache.oro.text.regex.Perl5Compiler
Perl5Substitution.INTERPOLATE_ALL
.
Perl5Substitution.INTERPOLATE_ALL
.
contains
method.
contains
method.
compile
methods
to indicate that a ? should not be allowed to match the null string.
compile
methods
to indicate that the resulting Perl5Pattern should be treated as a
read only data structure by Perl5Matcher, making it safe to share
a single Perl5Pattern instance among multiple threads without needing
synchronization.
matches()
or contains()
should treat the input as
consisting of multiple lines.
Perl5Substitution.INTERPOLATE_ALL
.
compile
methods
to indicate a compiled regular expression should treat input as being
a single line.
PatternCache.capacity()
which returns the number
of elements that can be held in the cache at one time.
GenericPatternCache.capacity()
which returns the number
of elements that can be held in the cache at one time.
GenericCache.capacity()
which returns the number
of elements that can be held in the cache at one time.
Cache.capacity()
which returns the number
of elements that can be held in the cache at one time.
split()
methods
indicating that all occurrences of a pattern should be used to
split a string.
split()
methods indicating
that all occurrences of a pattern should be used to split a string.
String
instance into a Vector
of all its substrings using a regular expression as the delimiter.
String
instance into strings contained in a
Vector
of size not greater than a specified limit.
compile
methods
to indicate that a * should not be allowed to match the null string.
substitute()
methods indicating that all occurrences of a pattern should be
substituted.
Util.substitute
method.StringSubstitution.getSubstitution()
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |