The DQUOTE function extracts characters enclosed in double quote marks.
Format
DQUOTE(string) |
Description
DQUOTE( ) finds the first double quote mark in the string and returns all characters from that point, until a second double quote mark is found. If the string does not contain at least two double quote marks, a null string is returned.
See Also