[fpc-pascal] Record helpers on built in types?
Anthony Walter
sysrpl at gmail.com
Wed Feb 18 04:56:18 CET 2015
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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20150217/9abece7d/attachment.html>
More information about the fpc-pascal
mailing list