public class

RedactionRegEx

extends RedactionTemplate
java.lang.Object
   ↳ com.pspdfkit.api.redaction.description.RedactionTemplate
     ↳ com.pspdfkit.api.redaction.description.RedactionRegEx

Class Overview

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.

Summary

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

Public Methods

public String getRegexPattern ()

Get the set regular expression search pattern.

Returns
  • A regular expression search pattern.