|
|
||||||||
| 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
to indicate a compiled regular expression should be case insensitive.
compile methods.
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.
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.
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 and stores results as a
Collection of all its substrings using a regular expression
as the delimiter.
String instance and stores results as a
List of substrings numbering no more than a specified
limit.
Util.split(Collection, PatternMatcher, Pattern, String) instead.
Util.split(Collection, PatternMatcher, Pattern, String, int) instead.
Perl5Util.split(Collection results, String input) instead.
Perl5Util.split(Collection results, String pattern, String input) instead.
Perl5Util.split(Collection results, String pattern, String input, int limit)
instead.
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 | ||||||||