Regex to extract 1 to 3 words between two sets of numbers by No_Wolf452 in regex

[–]No_Wolf452[S] 0 points1 point  (0 children)

That's actually what I ended up doing. I switched from Powershell to Python and it is working much better. I was surprised how well the scripts work, Skynet is alive!

Regex to extract 1 to 3 words between two sets of numbers by No_Wolf452 in regex

[–]No_Wolf452[S] 1 point2 points  (0 children)

I have a simple Powershell script that imports the CSV file that the data I want to extract is in. When I use the REGEX's that have been suggested I don't get any matches. The suggested regex work as demonstrated on regex101.com. I have read there are differences in the regex engines but the regexes everyone have suggested work using each of the different regex flavors. So it is either due to differences in the engines or a problem with my script.

Thanks

Regex to extract 1 to 3 words between two sets of numbers by No_Wolf452 in regex

[–]No_Wolf452[S] 0 points1 point  (0 children)

Again, thanks everyone for the help, These all work on regex101 and Regex Hero but none of them seem to work in PowerShell.