Trim
Removes all leading and trailing whitespace characters from the given string.
Syntax
String.Trim
ยท [text]
Parameters
- text
- The string to trim.
Return Value
The trimmed string.
Removes all leading and trailing whitespace characters from the given string.
String.Trim
ยท [text]
The trimmed string.