How to create a custom redaction pattern

Search for specific data in RapidReview with redaction patterns

With RapidReview you can search for email addresses , phone numbers, SSNs, dates, and zip codes by default. Did you know you can create custom redaction patterns to locate the specific information you need to redact? For example, maybe you don't need to redact all email addresses in a document, only the addresses that do not belong to public employees. You can do this with custom search patterns. Custom search patterns are created with regular expressions. A regular expression, or regex, is a sequence of characters that define a search pattern. Usually such patterns are used by string searching algorithms for "find" or "find and replace" operations on strings, or for input validation.

Caution: Use custom search patterns at your own risk, NextRequest support cannot debug your regular expression/redaction pattern if it does not perform as expected. We always recommend testing before using custom searches on documents for a real request. 

How to create a custom redaction pattern: 

  1. Login to NextRequest as an Admin or Department Admin
  2. Go to Admin in the upper right hand corner
  3. Click Redaction Patterns
  4. Click Create Redaction Pattern
  5. Enter the Name of the pattern, this is what will display in the drop down menu when searching in RapidReview
  6. Enter the regular expression in the Redaction Pattern field
  7. Click Save

 

Tips: 

  • Check out regex101.com or Rubular to test your regular expressions before inputting them into the portal
  • Test your pattern on realistic documents so you can be sure it will locate the data correctly