Regex find

Hi @Gorkem_Batuhan_MORKOC

Use Assign Activity

LHS: Create an variable
RHS: System.Text.RegularExpression.Regex.Match(“Input String”,“(?s)(?<=Tax\sAmount\n)(.*?)(?=Subtotal)”).tostring

Here is the Regex expression

For more Information refer the below regex

Regards
Gokul

2 Likes