JVCL Help:StrEatWhiteSpace

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Eats whitespace, like PCharEatWs, but uses Delphi String type instead of raw PChars.

run\JvCsvParse.pas


Pascal

 run\JvCsvParse.pas
 functionStrEatWhiteSpace(constS: string): string;


Parameters

Parameters Description
const S: string
  • string. not modified. new string is Returned as a new object.

run\JvCsvParse.pas


Description

Reads source string s, and returns a new string that does not have any leading whitespace. Does NOT disturb any trailing whitespace.

run\JvCsvParse.pas


See Also

JvStrStrip

run\JvCsvParse.pas


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