Tear subString from within HTML tags with JAVA

Posted by asaf on Stack Overflow See other posts from Stack Overflow or by asaf
Published on 2010-05-16T09:55:14Z Indexed on 2010/05/16 10:00 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about java

Related posts about string-manipulation