All Collections
FAQ
Technical Questions
How can I get a copy of the regular expressions used in the built-in classified data?
How can I get a copy of the regular expressions used in the built-in classified data?
A
Written by Arick Disilva
Updated over a week ago

The built-in classified data (e.g., credit card numbers, health data, etc.) uses special algorithms such as Luhn and other techniques. There are no regular expressions used.

However, you can check out this article to learn about some common regex usage. There are also many online articles about regular expressions that you can search for.

Please note that Teramind uses C++ standard for regular expressions. As such, some of the syntax in other standards may not be supported.

Did this answer your question?