Regex - extract sum from text

it can be used within the Match activity
or within an assign:
left side: strVal
right side: Regex.Match(YourStringVar, “(?<=xyz).*(?=abc)”).Value

ensure following:
grafik

Also have a look here:

1 Like