-1
How to check from a regular expression whether there is a certain value between two strings, for example, tags <code>
and </code>
?
I want, for example, to know if there is between the two tags the value "03". How to write an expression that meets this need?
I’m not familiar with java, but isn’t searching for an xml parser better than regex? http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags
– gmsantos