Hi All,
I had a question regarding Blue Prism's regex implementation.
I've created a wait stage which should wait for a certain URL to show up, I know what text to expect but not what case to expect.
How would I specify the following regex in Blue Prism's Application Element Parameters '/sometext/i'
Putting in 'sometext' or '.*' works as regex, but I don't know how to add the regex flag i (case insensitive).
Any help would be greatly appreciated.