JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
uk.ac.ebi.utils.regex.RegEx
Packages that use
RegEx
Package
Description
uk.ac.ebi.utils.regex
Uses of
RegEx
in
uk.ac.ebi.utils.regex
Methods in
uk.ac.ebi.utils.regex
that return
RegEx
Modifier and Type
Method
Description
static
RegEx
RegEx.
of
(
String
pattern)
static
RegEx
RegEx.
of
(
String
pattern, int flags)
This returns a RegEx that is cached, together with its compiled pattern.