trim_end
trim_end(Expr)
if it's argument is a string, then trim_end evaluates to it's argument with trailing whitespace removed.
e.g
trim_end("123456 ")
evaluates to "123456"
trim_end(Expr)
if it's argument is a string, then trim_end evaluates to it's argument with trailing whitespace removed.
e.g
trim_end("123456 ")
evaluates to "123456"