Regex for Purview Data Classifier

Copper Contributor

Hi All,

I am currently configuring Purview Custom Data Classifier using Regex. We need to find the date of Birth with the format DD-MM-YYYY and i used the Regex in Many ways 

1. [0-9]{2}-[0-9]{2}-[0-9]{4}

2. \d{2}-\d{2}-\d{4}

Also i used the Primary Element as Regex Match and Supporting element as Keywords lists . However this SIT not detecting the format during the testing(A Word document with 11-22-3333 and used same key word match as well. 

Am i missing something here ?

0 Replies