|
|
|||||||||
| 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.
PatternCompiler.
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
PatternCompiler implementation to
compile a pattern.
PatternCompilerOptions object that can map
generic PatternCompilerOptions option constants into
constants specific to a particular regular expression engine.
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.
MatchActionProcessor.contains method.
org.apache.oro.text.regex interfaces.org.apache.oro.text.regex Perl5 regular expression classes.org.apache.oro.text and related packages, but that can also be applied to
more general uses.contains() methods of PatternMatcher instances.PatternCompiler, a
PatternMatcher, and PatternCompilerOptions. 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.
PatternMatchingEngine.