regex - Regular Expression Test100-200 -
for powershell v3 need find items in range of test100 test200.
for example should work this;
test001 - not valid test099 - not valid test100 - valid test150 - valid test200 - valid test201 - not valid i tried -match (test[100,200]) not work. how can this?
Comments
Post a Comment