Forum Discussion

GGuezet's avatar
GGuezet
Contributor
5 years ago

Using negative look-ahead in non-native regex ?

Hi everyone, I'm currently trying to make a nice regex allowing me to get all processes with a certain name. For that, I'm using Sys.FindAll("ProcessName", "regexp:MyRegex")   I want to find, f...