Regex recursive capture into single group
This is a really simple task, I have a string:
Regex for Date format YYYY/MM
I have this regex expression ^(20|19)([0-9]{2})/?(0[1-9]|1[0-2])$ for specific Date format YYYY/MM
This is a really simple task, I have a string:
I have this regex expression ^(20|19)([0-9]{2})/?(0[1-9]|1[0-2])$ for specific Date format YYYY/MM