Delphi - Parsing Strings

I have written my own library to manipulate strings - included is a parse function. This is not efficient code, but it works.


Code


Alternatives

You could also use Delphi's TParser class.


Author: Robert Clemenzi - clemenzi@cpcug.org
URL: http:// cpcug.org / user / clemenzi / technical / Languages / Delphi / Parse.html