Skip to content

trim

The trim function removes whitespace from the beginning and end of the input string.

Usage

trim(field)

Example:

eval clean_message = trim(message)

This creates a new field clean_message with leading and trailing whitespace removed from message.