How to split large string to get specific element

Hello @Vinutha_L

I have another solution. Try this pattern:
(?<=Exec\s+)\b[^,]+,\s+[\w\d-]+

Hopefully this helps :blush:

If you want to Learn Regex - Check out my Regex Megapost :smiley:

2 Likes