/One\mTwo/ would match "**OneTwo**ThreeFour", but only color **Two**, and **One** can't be colored before.
<regexp match="/(?:^|\s)\mREM.*$/i" region="Comment" />
This is from my code, it uses **\m** to make sure there is a whitespace or newline right before the comment, but is not colored as a comment.
Hope this helps a some more :)
jonib.
2009-09-20 16:49:29 UTC in Colorer Library