18.5 Trimming

18.5.1 trim

Note: Added in G-Cows version 1.2

Synopsis

trim(input-string);

Description

Return input-string without leading and trailing whitespaces (spaces, tabs and newlines).

input-string can be any valid expression.

18.5.2 ltrim

Note: Added in G-Cows version 1.2

Synopsis

ltrim(input-string);

Description

Return input-string without leading whitespaces (spaces, tabs and newlines).

input-string can be any valid expression.

18.5.3 rtrim

Note: Added in G-Cows version 1.2

Synopsis

rtrim(input-string);

Return input-string without trailing whitespaces (spaces, tabs and newlines).

input-string can be any valid expression.

This manual can be downloaded from http://www.g-cows.org/.