Hi,
I’m using this Regex pattern to get only the secondSentece below.
(?<=firstSentence\n).*(?=\s+)
…
firstSentence
secondSentence
thirdSentence
…
Problem is that “Matches” activity is throwing the below error when it’s run.
Any idea to solve this?
Thanks in advance.