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
$strstringString to remove whitespace from.

MEL examples

	strip "  hi  ";