jonib

Show:

What's happening?

  • Followup: RE: need help with M m regex tags

    Damn my code got scrambled :( But looks like you got it anyway. jonib.

    2009-09-20 16:51:25 UTC in Colorer Library

  • Followup: RE: need help with M m regex tags

    /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

  • Followup: RE: need help with M m regex tags

    They change the start or end of a RegEx in Colorer. /One\MTwo/ would match "**OneTwo**ThreeFour". /TwoThree/ would match "One**TwoThree**Four". This means that **Two** can be matched twice. Without the \M /TwoThree/ won't match. Hope this helps a little :) jonib.

    2009-09-19 17:56:07 UTC in Colorer Library

About Me

  • 2004-06-23 (5 years ago)
  • 1069352
  • jonib (My Site)
  • jonib

Send me a message