( Original C# code written by Julian M Bucknall, www.boyet.com )
Default rules :
- A record is usually delimited by a line feed character (0x0A) or a
carriage return/line feed pair (0x0D, 0x0A), but note that the definition of
the CSV format allows for a field within a record to contain line breaks
- Fields within a record are delimited with commas.
Load the regexp library from a local file based on "SOAPClient4XG" author :
Bob DuCharme (bob@snee.com)
http://www-106.ibm.com/developerworks/xml/library/x-soapcl/?