Personal Information - Personal Information - OnBase - Automated Redaction - OnBase/Automated-Redaction/English/Foundation-22.1/Automated-Redaction/Regular-Expressions/Commonly-Used-Regular-Expressions/Personal-Information - English - Foundation 22.1

Automated Redaction

Platform
OnBase
Product
Automated Redaction
Release
Foundation 22.1
License
Premier
Standard
Essential
ft:lastPublication
2023-09-12T20:41:41.031000
ft:locale
en-US

Value Type

Example

Regular Expression

Name

Doe, John A

[A-Z]+,\s[A-Z]+\s[A-Z]+

Address

28500 Clemens Rd. Apt. 17b

For the full expression, see the default expression for Business/Home Address in the Regular Expression Library.

Social Security Number

123-45-6789

\d{3}-\d{2}-\d{4}

Date of Birth (mm-dd-yy)

01-01-79

01/01/79

\d{2}(?:\W|/)\d{2}(?:\W|/)\d{2}

01-01-1979

01/01/1979

\d{2}(?:\W|/)\d{2}(?:\W|/)\d{4}

01-Jan-1979

\d{2}\W[A-Z]{3}\W\d{4}