> Hi,
>
> There are a few regex units include with FPC and Lazarus, and dozens more
> available for Delphi (and probably FPC too).
>
> Which one is the most well known, or best to use, or most feature complete
> regarding syntax etc...?
>
>  * <fpcsrc>/packages/regexpr/src/old/regexpr.pp
>  * <fpcsrc>/packages/regexpr/src/regexp.pp
>  * <lazarus>/components/synedit/synregexpr.pas
>  * TRegExpr (no idea what is latest and if FPC compatible)
>  * ....?
>
>
> I guess I'm looking for something similar or compatible with PCRE syntax,
> but in native Object Pascal, so it can be compiled into my applications.
>
>
> Regards,
>  - Graeme -

I have had good luck with TRegExpr and have been using it in FPC for a
long time.

-SG

--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.

Seth Grover
sethdgrover[at]gmail[dot]com
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to