How to get text after each label in a string?

I have a string that contains several labels. How would I get the text/value after each label?

i.e
ExString = Account Name: Jane Doe Company: ABC straws Phone: 222333444

i want to get the values for:
Account Name
Company
Phone

Thanks

@happygal321 - Please try this…

To print the multiple group values…Write Line :

image

you can use the above syntax:

Output
image

Thanks @prasath17

Can you attach the workflow? I’m not familiar on how to use regex. Thanks

@happygal321 - sure give me sometime…I will send you the sample once I am back…in the meantime please go to youtube and watch few videos about regex UiPath. Here is the best one, this is how I learned Regex

1 Like

@happygal321 - Here you go Main.xaml (4.8 KB)

Please mark this as solution, if it solves your query.

@happygal321 - Did you tried the xaml ? is it working??

1 Like

Thanks for this video, very helpful

1 Like

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