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.

substring-after()

Prev Next

This function returns the partial text of a following directly after the occurrence of search text b.

Parameters

Parameter

Description

a

Text.

b

Search text.

c

(optional) If "true", then a and b are treated case-insensitive, if "false" they are not. Default: false.

Examples

Parameter a

Parameter b

Parameter c

Result

abcdef

abc

def

abcdef

x