Tear subString from within HTML tags with JAVA
- by asaf
Hi!
let say i have a string like this "neverMindWhat is upneverMind" and I want to take out the What is up using regexp with JAVA. Someone told me that using matcher will be the best. Can anyone show me how to do it using Matcher?
Other solutions are welcome too!
Thanks!