TrimRight
Removes trailing whitespace from a string.
Syntax
-
TrimRight(s)
-
s
is a string
-
Description
TrimRight(s)
returns s
with all trailing whitespace removed.
Removes trailing whitespace from a string.
TrimRight(s)
s
is a string
TrimRight(s)
returns s
with all trailing whitespace removed.