JVCL Help:StrEatWhiteSpace
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: StrEatWhiteSpace function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Eats whitespace, like PCharEatWs, but uses Delphi String type instead of raw PChars.
Pascal
run\JvCsvParse.pas
functionStrEatWhiteSpace(constS: string): string;
Parameters
Parameters | Description |
const S: string |
Description
Reads source string s, and returns a new string that does not have any leading whitespace. Does NOT disturb any trailing whitespace.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page