hello,
dont know if it is a typo or not i your question..do you try to use a data identifier ?
Take care that data identifier patterns does not use all regexp capabilities. (seems to me there some input on that in DLP admin guide).
Dont know which DLP version you are using, but on 12.5.0, using \b in data identifier pattern make crash our DLP system (message processing crashed
and no policies are applied).
if you dont have any validator or need for uniqueness, you should better use a directly a regexp rule
DLP is using perl regular expression, you could find some input in this article :
https://support.symantec.com/en_US/article.HOWTO53607.html
you may test something like that in DLP:
c[0-9a-zA-Z]{6,9} (\w+)\s(\w+)((\s(\w+))?) (visa|passport)
regards