Say I have a string like this in java:
\"this is {my string: } ok\"
Note, there can be any number of white spaces in between the various characters. How do I
Put it all into a string variable, say s, then do s.contains("{my string: }); this will return true if {my string: } is in s.