Hello all,
I need help to extract a specific login and password from text string :
My Inpute String after displayind it with a WriteLine activity it’s like the below:
\t\t\t\t \t\t\t\t\t\t \t \t \t\t\t\t \t\tAdditional credentials, to enter in specific popup box when prompted for authentication.username: in_UsernamePassword: in_Password \t\t \t\t\t\t\t \t\t\t\t\t \t\t\t \t\t\t \t\t\t \t\t\t\t \t\t\t\t \t\t\t"
You have to use Matches activity where Input will be your Input variable i.e. text
In Pattern pass the regex
and output you will have collection of matches based on the input
@KannanSuresh -Agree… I have provided the regex pattern based on the user Input…You can bring n no.of assumptions into this…Assuming all those and writing the pattern is tough