Script functions reference > Script functions in alphabetical order > S > StrrBlk

StrrBlk
Syntax
StrrBlk(str);
str 
Description
Removes trailing white spaces (spaces and tabs) from the input string.
Returns
A copy of the input string with all trailing white spaces removed.
Example
$a=strrblk("At length!      ");
Result:
$a="At length!"
OpenText StreamServe 5.6 Updated: 2013-03-01