The dquote() function extracts a double-quoted string from str.exp.
dquote(str.exp)
str.exp | String from which to extract the double-quoted string. |
The dquote() function returns the first substring found that is surrounded by double quotation marks. If no substring is found matching this criteria, then a null string is returned.