java.lang.Object
dev.metaschema.core.metapath.function.regex.RegexUtil
Utility methods for regular expression processing in Metapath functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intparseFlags(String flags) Parse the regular expression flags according to the specification producing a bitmask suitable for use inPattern.compile(String, int).
-
Method Details
-
parseFlags
Parse the regular expression flags according to the specification producing a bitmask suitable for use inPattern.compile(String, int).- Parameters:
flags- the flags to process- Returns:
- the bitmask
-