strTrim(text)¶
Definition¶
String strTrim(String text)
Description¶
Returns a string with leading/trailing white space removed, including tabs, line returns. If there is no leading/trailing white space then the supplied string is returned unchanged.
Parameter Definition¶
Name | Type | Description |
---|---|---|
text | String | String to trim white space from |