Hi All
I am currently using the Matches activity to extract data from a large amount of text, so far it has worked fine. However I have come to a part that is highlighting the results in the Regex Builder but when I run it at runtime it comes back with no results.
As you can see below the NO at the end of the sentence "Is the above Plan Owner also Life assured ? No is selected.
Regex Expression - (?<=Is\sthe\sabove\sPlan\sOwner\salso\sLife\sAssured\W\s)(.*?\s(?=\s))
I am trying to extract Address but I am not getting back the right values
Have used this expression but realise I need to put a line break in there but not sure where
(?<=Address\s)(.*?\s(?=\s))
Return