|
发表于 2020-3-19 13:45:01
|
显示全部楼层
the syntax is not exactly the same as in Perl. For example, the grouping operator is {}, while in Perl it is (), and it doesn't have the {n} (match exactly n times) as in the Perl syntax
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/vclrfcatlregexp.asp
try : {\d\d\d\d}-{\d\d}-{\d\d} |
|