SQUOTE Function

The SQUOTE function extracts characters enclosed in single quote marks.

Format

SQUOTE(string)

Description

SQUOTE finds the first single quote mark in the string and return all characters from that point until a second single quote mark is found. If the string does not contain at least two single quote marks, a null string is returned.

See Also

Statement and Function Reference