How can I look for a certain string of chars within a string containing all kinds of chars, specailly slashes.
What I need to do is look for a file name within a path.
So tha path is /home/myvolume/data/newfile.txt
I need to check if the word 'new' exists witihn the string
'/home/myvolume/data/newfile.txt'
Thanks