Category:

Miscellaneous

Removes leading and trailing spaces and control characters from a string.

Syntax

trim(
  Str String
): String

Parameters

Str is the source string.

Return value

Type: String. Returns the resulting string.

Examples of using

trim(dataset_field_val(1, 'LastName'))