Black Ops III

StrStrip

Strip whitespace from right and left side of string.

Example:

StrStrip( "    hq_cleared   " ); // 'hq_cleared'

Parameters

ParameterSummary
*string: The string to strip.

* = mandatory