Hello - trying to implement FIND ALL OCCURRENCES OF REGEX and have a question.
What if you have many expressions you want to search for in an internal table
and need to go to a new line? Or is there another way that will work better?
Using Huey/Dewey/Louie example as a guide:
FIND ALL OCCURRENCES OF REGEX '\b(Huey|Dewey|Louie)\b'
Thank you