Search code examples
regexscintillascite

How do I do a regex OR in Scite 1.6?


I think that it's using an old regex format as the pipe ( | ) doesn't appear to have an effect.

All I'm trying to is quite simple:

canvas|svg|click|mousemove|div


Solution

  • Unfortunately, SciTE's regular expressions are very limited. The documentation is here. Alternatives separated by | are not included in its features.