Find all phrases in string based on phrase beginning and end

I have a long string from witch I want to find all phrases that start with xxx and end in yyy then add them to a list.

Hey @David_J_Ellis

Matches activity with regex should do the job.

Thanks
#nK

Hello.

Try this.

@David_J_Ellis Can you Share a sample input file and expected output

This is the RegEx statement I ended up with.
“xxx\S+?yyyy”

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