Dmitry:

See this function and test if against a large block of text doing a case
insensitive replace on a moderate length phrase. Match it in speed against
whatever is in the RTL and see if my function is faster and by how much.

function StrReplace(const S, OldPattern, NewPattern: string; IgnoreCase:
Boolean = False): string;
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to