JCL Help:WideTrim

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Trims leading and trailing spaces and control characters.


Pascal

 function WideTrim(const S: WideString): WideString;


Parameters

Parameters Description
const S: WideString The string to trim.


Return Value

Copy of the supplied string without leading and trailing spaces and control characters.


Description

WideTrim returns a copy of the supplied string with all leading and trailing spaces and control characters removed. See UnicodeIsWhiteSpace and UnicodeIsControl for what constitutes a space and control character respectively.


See Also

WideTrimLeft WideTrimRight


About

Unit

JclUnicode


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