Uses of Class
com.norconex.commons.lang.text.Regex
Packages that use Regex
-
Uses of Regex in com.norconex.commons.lang.text
Methods in com.norconex.commons.lang.text that return RegexModifier and TypeMethodDescriptionRegex.canonEq()Regex.comments()Regex.dotAll()RegexFieldValueExtractor.getRegex()Regex.ignoreCase()Regex.ignoreDiacritic()Ignores diacritical marks when matching or replacing (e.g. accents).Regex.literal()Regex.matchEmpty()Sets thatnullor empty strings should be considered a positive match.Regex.multiline()Regex.setCanonEq(boolean canonEq) Regex.setComments(boolean comments) Regex.setDotAll(boolean dotAll) Regex.setFlags(int... flags) Regex.setIgnoreCase(boolean ignoreCase) Regex.setIgnoreDiacritic(boolean ignoreDiacritic) Regex.setLiteral(boolean literal) Regex.setMatchEmpty(boolean matchEmpty) Sets whethernullor empty strings should be considered a positive match.Regex.setMultiline(boolean multiline) Regex.setPattern(String pattern) Regex.setTrim(boolean trim) Sets whether values should be trimmed before being evaluated (as perString.trim()).Regex.setUnicodeCase(boolean unicode) Regex.setUnicodeCharacterClass(boolean unicode) Regex.setUnixLines(boolean unixLines) Regex.trim()Sets that values should be trimmed before being evaluated (as perString.trim()).Regex.unicodeCase()Regex.unicodeCharacterClass()Regex.unixLines()Methods in com.norconex.commons.lang.text with parameters of type RegexModifier and TypeMethodDescriptionConstructors in com.norconex.commons.lang.text with parameters of type RegexModifierConstructorDescriptionRegexFieldValueExtractor(Regex regex) RegexFieldValueExtractor(Regex regex, int fieldGroup, int valueGroup) RegexFieldValueExtractor(Regex regex, String field) RegexFieldValueExtractor(Regex regex, String field, int valueGroup)