StrrBlk Syntax StrrBlk(str); str A string. 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!"
StrrBlk(str);
str
$a=strrblk("At length! ");
$a="At length!"