mid

Type: Internal

Group: char

Syntax

mid(string, leftm right)

Description

returns the part of string between left and right.

Examples

mid("Hello world", 3, 6) = "llo"

See Also

left, right