# `TDToken.quotedString`

*Instance Property*

## Declaration

```swift
var isQuotedString: Bool { get }
```

```objc
@property (nonatomic, readonly, getter=isQuotedString) BOOL quotedString;
```

```python
isQuotedString() -> bool
```

## Discussion

True if this token is a quoted string. getter=isQuotedString

