How to check from a regular expression if there is a certain value between two strings, for example, the tags <code>
and </code>
?
I want, for example, to know if there is a value between "03" between the two tags. How to write an expression that meets this need?