According to about_Regular_Expressions, both regular expressions below should return False:
'dcdc current'-match'(dc){1}'
'dcdcdc current' -match'(dc){2}'
But both return True!
Am I wrong?
According to about_Regular_Expressions, both regular expressions below should return False:
'dcdc current'-match'(dc){1}'
'dcdcdc current' -match'(dc){2}'
But both return True!
Am I wrong?