Hi,
I need to make a regular expression to extract some strings.
The searching string could be like:
ANY_STRING(string1)this is
searching string1
ANY_STRING(string2)this is
searching string2
The match strings should be:
(string1)this is searching string1
(string2)this is searching string2
Any idea?
Thanks.