left

Type: Internal

Group: char

Syntax

left(string, no. of characters)

Description

Returns the left most characters from string.

Examples

lerft("Hello world", 5) = world

See Also

mid, right