Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

'dcdc current' -match '(dc){1}' Shouldn't this regular expression return False?

$
0
0

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?


Viewing all articles
Browse latest Browse all 8411

Trending Articles