How do I write a regex expression that matches these lines
<color>blue</color>
<color>green</color>
<color>blackish</color>
<color>offblack</color>
But not this
<color>black</color>
How do I write a regex expression that matches these lines
<color>blue</color>
<color>green</color>
<color>blackish</color>
<color>offblack</color>
But not this
<color>black</color>