Pattern

Undocumented in source.

Members

Functions

flags
int flags()
Undocumented in source. Be warned that the author may not have intended to support it.
matcher
Matcher matcher(String input)
Undocumented in source. Be warned that the author may not have intended to support it.
matcher
Matcher matcher(CharSequence input)
Undocumented in source. Be warned that the author may not have intended to support it.
pattern
String pattern()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

compile
Pattern compile(String regex)
Undocumented in source. Be warned that the author may not have intended to support it.
compile
Pattern compile(String regex, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

CASE_INSENSITIVE
int CASE_INSENSITIVE;
Undocumented in source.
MULTILINE
int MULTILINE;
Undocumented in source.
UNICODE_CASE
int UNICODE_CASE;
Undocumented in source.

Meta