Home
Script Language
Strings
trim
See also:
replicate
,
delete
,
padl
,
padr
,
StripLTBlanks
,
padz
Index
Statistical Background
trim
Declaration:
trim
(s: string): string;
Returns the string
s
with any leading and trailing blanks removed.
Hint:
Please note that the functions
StripLTBlanks
and
trim
provide the same functionality for compatibility reasons.