Hi,
I have to look up for words like 'abc-treatment' from a column which is a concat of multiple values ( eg 'abc-treatment/def-maintainence')
'abc-treatment/def-maintainence'- this should match
'def-treatment/abc-maintainence'- this shouldn't match
I am not sure about what function to use here
Thanks,