Hi all,
I’m trying to extract the value of field “Total” using Regex Pattern of “Matches” Activity.
Fields available :
Total $93.50
Sub Total $85.00
Pattern I gave :
(?<=Total)(.*)
Output I’m getting:
But I want to fetch only TOTAL value.
Any help would be appreciated:-)