Hi,
Mystring is [\s]+[A-Za-z]+[?<=]+[?<"]"
I Am using it in matches as “[\s]+[A-Za-z]+[?<=]+[?<”]"" in pattern property but it is giving me error saying end of expression expected. How to resolve this issue
Hi,
Mystring is [\s]+[A-Za-z]+[?<=]+[?<"]"
I Am using it in matches as “[\s]+[A-Za-z]+[?<=]+[?<”]"" in pattern property but it is giving me error saying end of expression expected. How to resolve this issue
Hi Nived.
Tried. it is giving same error
Hi @Sana_Afreen
I think u can try this way
Put ur regex pattern In text file and then read it using read text file activitiy and store in string and specify that string in the regex Part
Try that
It may works
Regards
Nived N
Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.