Hi @Teppo
To extract based on some patterns in string we can use regex (Regular expressions)
So i was trying to extract some data in string using regular expressions which i had shown in figure above. The pattern was able to extract the data as checked in regex101 website (shown in image in my earlier query)
when i used the same regex pattern to extract the data in the string in robocorp lab, it is not working.
I used Get Regexp Matches keywords to extract the data from sting using the above regex pattern,
I am wondering why it is not working?
Is the regular expression pattern used in python robot framework is different?
May i know that ?
Regards
Nived N