On Friday 15 July 2016 09:13:43 Graeme Geldenhuys wrote:
>
> >> FPC has shipped with the excellent TRegExpr unit
> >> (packages/regexpr/src/regexpr.pas) for some years now.
> >
> > Does it support "UnicodeString" and "array of UnicodeString"? Good
> > performance?
>
> Yes on all counts - even though I would not concern about performance as
> much when using regex in the Find dialog of a IDE.
>
Ouch, again WideString instead of UnicodeString:
"
type
 {$IFDEF UniCode}
 PRegExprChar = PWideChar;
 RegExprString = WideString;
 REChar = WideChar;
 {$ELSE}
 PRegExprChar = PChar;
 RegExprString = AnsiString; //###0.952 was string
 REChar = Char;
 {$ENDIF}
"

Martin

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to