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.

contains()

Prev Next

This function returns "true" if the text a contains the text b.

Parameters

Parameter

Description

a

Text to search in.

b

Search term.

Examples

Parameter a

Parameter b

Result

Hello

ell

true

Hello

lle

false