String.trim()

Signature

String trim(String str)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns a copy of the string, with leading and trailing whitespace omitted.

Parameters

NameTypeDescription
strStringA String to be trimmed.

Returns

TypeDescription
Stringa copy of the string, with leading and trailing whitespace omitted.