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.
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.