# dquote() function

The dquote() function extracts a double-quoted
string from *str.exp*.

## Syntax

```
dquote(str.exp)
```

## Parameter(s)

| str.exp | String from which to extract the double-quoted string. |
| --- | --- |

## Description

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.

## See also

- [squote() function](https://d3codex.com/pickbasic-flashbasic/squote-function/)

---
Source: https://d3codex.com/pickbasic-flashbasic/dquote-function/ - part of the D3Codex reference.
