Uses of Class
org.jsoup.helper.Regex
Packages that use Regex
Package
Description
Package containing classes supporting the core jsoup code.
Packages to support the CSS-style element selector.
-
Uses of Regex in org.jsoup.helper
Methods in org.jsoup.helper that return RegexModifier and TypeMethodDescriptionstatic RegexRegex.compile(String regex) Compile a regex, using re2j if enabled and available; otherwise JDK regex.static RegexRegex.fromPattern(Pattern pattern) Wraps an existing JDK Pattern (for API compat); doesn't switch -
Uses of Regex in org.jsoup.select
Constructors in org.jsoup.select with parameters of type RegexModifierConstructorDescriptionAttributeWithValueMatching(String key, Regex pattern) MatchesOwn(Regex pattern) MatchesWholeOwnText(Regex pattern) MatchesWholeText(Regex pattern)