I'm using the java class Pattern to match the strings in a text that start with a specific string, let's say abc, that has any text (containing any character) and that stop at the beginning of another different specified string, let's say def. How would you write this? Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Unless your problem is more complicated than you've explained: |
|||||||||||||||
|
|
as a side note to your comment, using a regex to proccess html/xml is generally a bad idea. classic explanation here |
|||||
|