Class CommonRegex
java.lang.Object
com.itextpdf.pdfcleanup.autosweep.CommonRegex
Deprecated.
to be removed
This class contains some of the more common regular expressions to be used for redaction. Most of these are copied verbatim from the "regular expression cookbook 2nd edition".
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated.static PatternDeprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODERN_ROMAN_NUMERALS_STRICT
Deprecated. -
MODERN_ROMAN_NUMERALS_FLEXIBLE
Deprecated. -
US_SOCIAL_SECURITY_NUMBER
Deprecated. -
US_ZIP_CODE
Deprecated. -
US_CURRENCY
Deprecated. -
CANADA_SOCIAL_SECURITY_NUMBER
Deprecated. -
CANADA_ZIP_CODE
Deprecated. -
UK_SOCIAL_SECURITY_NUMBER
Deprecated. -
UK_ZIP_CODE
Deprecated. -
UK_CURRENCY
Deprecated. -
EU_CURRENCY
Deprecated. -
DATE_MM_DD_YYYY
Deprecated. -
DATE_MM_DD_YYYY_HH_MM_SS
Deprecated. -
DATE_DD_MM_YYYY
Deprecated. -
DATE_DD_MM_YYYY_HH_MM_SS
Deprecated. -
IPV4_ADDRESS
Deprecated. -
IPV6_ADDRESS
Deprecated. -
MAC_ADDRESS
Deprecated. -
EMAIL_ADDRESS
Deprecated. -
HTTP_URL
Deprecated.
-
-
Constructor Details
-
CommonRegex
public CommonRegex()Deprecated.
-