Hi Guys
I wonder if you can help me get my head around this.
I am trying to search a String for a sub string but there are not gaps in the original string for example
String s1 = "www.google.com/search/"
String s2 = "google"
when i attempt to use matches class it wont show that the first string contains google, I have been told that regex should hold the answer, I was just wondering if anyone has any ideas on how this can be done.
Thanks