pyscripter / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
26 stars 11 forks source link

Replace SynRegExpr with built-in RegularExpressions #10

Closed pyscripter closed 5 years ago

pyscripter commented 5 years ago

The Delphi PCRE-based built-in regular expression engine is much faster than the SynRexExpr unit and offers a more complete implementation of regular expressions. Removing SynRegExpr also reduces the number of units that need to be maintained.