SYNOPSIS:

void func.strings.leftof(haystack,needle)

DESCRIPTION:

Return the leftmost characters of a string up to the point, where
the string needle appears first in the string.
This can be used together with the rightof-function to sequentially
parse a string that contains fields separated by needle.

RETURN VALUE:

The truncated string.

SEE ALSO:

expression, variable, function, func.strings,
func.strings.left, func.strings.right,
func.strings.rightof,
func.strings.uppercase, func.strings.lowercase
func.strings.quote