``` var regex = /(?=(YYYY|YY|MM|DD|HH|mm|ss|ms))\1([:\/]*)/; What's wrong with using the following? var regex=/(?=(YYYY|YY|MM|DD|HH|mm|ss|ms))/; ``` I can also use the following regular, so I want to ask