let say i have a string like this "neverMind<b>What is up</b>neverMind" 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!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If your string is simple like this all the time, you could use the java For choosing the right parser look at this question: Which HTML parser is best. If you stay with patterns, your regex will look like this:
|
||||
|
101 010button. – nc3b May 16 '10 at 10:01