JCL Help:WideTrimRight

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Trims trailing spaces and control characters.


Pascal

 function WideTrimRight(const S: WideString): WideString;


Parameters

Parameters Description
const S: WideString The string to trim.


Return Value

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


Description

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


See Also

WideTrimLeft WideTrim


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