Unable to split string using matches

@Mathkar_kunal - Here you go…

XAML Image:

For each set up:

Write Line → “Match is: " +Item.groups(3).tostring +”," + Item.groups(1).tostring + Item.groups(2).tostring

Write Cell:

Output:

image

Please try as per the images, i purposely did not share the xaml because you can practice in this way.

Here is the Regex post

2 Likes