[fpc-pascal] regex vs synregexpr unit
Juha Manninen
juha.manninen at phnet.fi
Sun Jun 6 14:32:00 CEST 2010
Hi
> Speed is important to me, but reg-expr features is important as well.
> Actually, I want to include reg-expr as an alternative search mode in
> my general-purpose file search unit.
Then the SynEdit's version of regexp should be fast enough.
SynEdit editor in Lazarus for example uses it and it's quite fast.
File I/O is the slowest part when searching from files.
Juha
More information about the fpc-pascal
mailing list