I have string like:
This.is.a.great.place.too.work.
(or)
This/is/a/great/place/too/work/
I want to see if this string has the word "place".
If they are word in a string I used contains("place"). as this is all one string I tried split but it is giving syntax error . can you please let me know how to get it?
string.contains("place") works
String.split(".").contains("place") Error
{}button above the messaged posting/editing form.