Hi,
So I have a trigger expression that looks something like: Expression: {Test template:system.run[c:\test.exe].strlen()}>0
This trigger works if any string is returned from executing test.exe but I am looking for a way to trigger only if a specific string is returned, something similar to String.Contains("text I am after"); function in c#.
Any examples would be highly appreciated
So I have a trigger expression that looks something like: Expression: {Test template:system.run[c:\test.exe].strlen()}>0
This trigger works if any string is returned from executing test.exe but I am looking for a way to trigger only if a specific string is returned, something similar to String.Contains("text I am after"); function in c#.
Any examples would be highly appreciated
Comment