I have been trying to use the Is Match activity to match a URL. It is finding the match on a regex tester website but it will not find the same exact match on the website that I am searching.
I do not want to post the entire URL because it contains some sensitive company information, but essentially I am trying to find this URL:
The .* is used to match any characters in between the two backslashes. The parentheses is to group the final portion together. Like I said, this is working in a regex tester but not using the UiPath Is Match activity.
There isn’t much to show. I am using the Regex I stated as the Pattern and the URL as the input. I have turned on IgnoreCase and Compiled. I have also separately tried turning on MultiLine and IgnorePatternWhitespace but nothing has worked
Also worth checking the url if it contains any encodings maybe instead of space you might be getting %20 etc…This might be a reason the pattern is failing