Hello @Vinutha_L
I have another solution. Try this pattern:
(?<=Exec\s+)\b[^,]+,\s+[\w\d-]+
Hopefully this helps
If you want to Learn Regex - Check out my Regex Megapost
Hello @Vinutha_L
I have another solution. Try this pattern:
(?<=Exec\s+)\b[^,]+,\s+[\w\d-]+
Hopefully this helps
If you want to Learn Regex - Check out my Regex Megapost