JCL Help:WideTrimLeft
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: WideTrimLeft Function
Search in JCL Help
Search in all projects
Summary
Trims leading spaces and control characters.
Pascal
function WideTrimLeft(const S: WideString): WideString;
Parameters
Parameters | Description |
const S: WideString | The string to trim. |
Return Value
Copy of the supplied string without leading spaces and control characters.
Description
WideTrimLeft returns a copy of the supplied string with all leading spaces and control characters removed. See UnicodeIsWhiteSpace and UnicodeIsControl for what constitutes a space and control character respectively.
See Also
About
Unit
Donator
Mike Lischke
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