"aaaaa" -match "(?>(\w)\1+).\b"
#False "aaaaab" -match "(?>(\w)\1+).\b" #True "aaaaa" -match "(\w)\1+.\b" #True "aaaaab" -match "(\w)\1+.\b" #True |
posh | Powershell >
ANIBAL Updated Apr 1, 2018, 6:30 PM test | Use template |
SQLNOSQLPage authors
MathematicsProgrammingVirtualizationPowershell
Recent site activity
|
posh | Powershell >
posh.regex | group.nonbacktracking
|