How to Pass value in regex

Pass value in regex

if this is my regex
(Total)(.*)
and the total is dynamic how to pass the value in regex…

Help me to work with matches or in assign

You need to assign the entire value to the string and append the required to a variable and pass that variable to the activity @Sweety_Girl

1 Like

But we must specify the variable as

(“+Total+”)(.*)

In this Way

1 Like

Exactly, that’s what I mean :slight_smile: @Sweety_Girl

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.