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
Constructors in org.jsoup.select with parameters of type RegexModifierConstructorDescriptionAttributeWithValueMatching(String key, Regex pattern) MatchesOwn(Regex pattern) MatchesWholeOwnText(Regex pattern) MatchesWholeText(Regex pattern)