Can anybody help me to form a regular expression to search the following string:
<b>The</b> <b>brown</b> <b>fox</b> jumped over the <b>lazy</b> <b>dog</b>.
The expression should match <b>The</b> <b>brown</b> <b>fox</b> as one match then proceed to match <b>lazy</b> <b>dog</b>. In this example, the expression should return two matches only, thanks.
Is this what you’re looking for?
output: