#filter string for multiple different words all either starting or ending with same characters
13 messages · Page 1 of 1 (latest)
this seems like a good job for regular expressions
I'd suggest warching an introduction video on youtube about "regular expressions" and hiw to use them
that website I linked explains the expression on the right side or if you are on your phone on the right side is some menu that you can click and see the explanation what that regular expression does
it basically matches the string and allows to extract whatever it matched
play around with the regular expression string at the top to see how the matching changes in the bottom text field
only click if you want to delete the shared regex: https://regex101.com/delete/1/yGrYaL32lE6quqWl25VR9eEgZmjGwTcMNWQK
- (CODE\S+)|(CODE\S+) -