HI,
Because Google's Content compliance does not have pre-defined content match for Finnish or Swedish Social Security Number or Personal Identity Code we need use regex mathc for this.
Is it possible to use regex to check if string matches with valid date formats, like DDMMYY, YYMMDD or YYYYMMDD?
Cheers,
Arto
I found one regex for Finnish SSN from regexlib.com.
Arto