Predicate that checks if a String ends with the suffix S.
Predicate that checks if a String represents a hexadecimal number.
Predicate that checks if a String is a valid IPv4
Predicate that checks if a String is a valid IPv6
Predicate that checks if a String matches the regular expression S.
Predicate that checks if a String is a valid regular expression.
Predicate that checks if a String starts with the prefix S.
Predicate that checks if a String has no leading or trailing whitespace.
Predicate that checks if a String is a valid URI.
Predicate that checks if a String is a valid URL.
Predicate that checks if a String is a valid UUID.
Predicate that checks if a String is a parsable BigDecimal.
Predicate that checks if a String is a parsable BigInt.
Predicate that checks if a String is a parsable Byte.
Predicate that checks if a String is a parsable Double.
Predicate that checks if a String is a parsable Float.
Predicate that checks if a String is a parsable Int.
Predicate that checks if a String is a parsable Long.
Predicate that checks if a String is a parsable Short.
Predicate that checks if a String is a valid XPath expression.
Predicate that checks if a String is well-formed XML.
Module for
Stringrelated predicates. Note that most of the predicates incollectionalso work forStrings by treating them as sequences ofChars.