In my string, I have hexadecimal values like \u001, \u0003 etc
I am using “Is Match” activity to check if the string contains specific words. But if this hexadecimal is present in the string, the results are not proper.
Example: If I am searching for “UiPath Academy”, the string contains data as “UiPath\u0002\Academy”.
So, this doesn’t return TRUE.
Please do help me whether there is some option in regex to ignore hexadecimals.