For powershell v3 i need to find items in the range of Test100 to Test200.
Test100
Test200
For example it should work as this;
Test001 - not va
Test(?:1\d\d|200)\b
You can simply use this.See demo.
https://regex101.com/r/hI0qP0/26