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()

Prev Next

Liefert den Teil von Text a zurück, der bei Position b beginnt und eine Länge von c hat.

Parameter

Parameter

Beschreibung

a

Text.

b

Startposition (Index beginnt bei 1).

c

(optional) Länge. Volle Länge von Text a, falls leer.

Beispiele

Parameter a

Parameter b

Parameter c

Ergebnis

abcdef

4

3

def

abcdef

4

1

d

abcdef

1

abcdef