script
(MEL)
Only available in MEL
strip
In categories:
Language
,
Strings
Go to:
Synopsis
.
Return value
.
MEL examples
.
Synopsis
strip( string $str )
Removes the white space from the start and end of a string
Return value
None
Arguments
Variable Name
Variable Type
Description
$str
string
String to remove whitespace from.
MEL examples
strip " hi ";