Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

length(trim(a)) greater 0

Prev Next

This function returns "true" if the length of text a without leading and trailing spaces is greater than 0.

Parameters

Parameter

Description

a

Text.

Examples

Spaces are represented as underscores.

Parameter a

Result

false

__

false

text

true

__text__

true