Hi everyone.
I have a string "I have an apple and I like play football "
I want to check if string contain both of words “apple” and “football” then it will return true.
I want to use two method to check this : Regex Or Match activity.
How to do it ?
Thanks you!
Check this regex example: regex101: build, test, and debug regex It shows variations to your use case and explains what each component means. Also that should work as your solution too
Thanks you bro
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.