java.lang.Object | ||
↳ | com.pspdfkit.api.redaction.description.RedactionTemplate | |
↳ | com.pspdfkit.api.redaction.description.RedactionRegEx |
A class describing the template of a redaction based upon a regular expression. The regular expression flavor is based on ICU regular expression (http://userguide.icu-project.org/strings/regexp), which is a derivative of Perl regular expressions.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | RedactionRegEx.Builder | A builder for creating RedactionRegEx instances. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getRegexPattern()
Get the set regular expression search pattern.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.api.redaction.description.RedactionTemplate
| |||||||||||
From class
java.lang.Object
|
Get the set regular expression search pattern.