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 Regex -
Uses of Regex in org.jsoup.select
Fields in org.jsoup.select declared as RegexModifier and TypeFieldDescription(package private) final RegexEvaluator.AttributeWithValueMatching.patternprivate final RegexEvaluator.Matches.patternprivate final RegexEvaluator.MatchesOwn.patternprivate final RegexEvaluator.MatchesWholeOwnText.patternprivate final RegexEvaluator.MatchesWholeText.patternprivate final RegexNodeEvaluator.MatchesValue.patternConstructors in org.jsoup.select with parameters of type RegexModifierConstructorDescriptionAttributeWithValueMatching(String key, Regex pattern) MatchesOwn(Regex pattern) protectedMatchesValue(Regex pattern) MatchesWholeOwnText(Regex pattern) MatchesWholeText(Regex pattern)