# `copyReadQuotedString`

*Function*

## Declaration

```swift
func copyReadQuotedString(_ line: UnsafePointer<CChar>!, _ maxLength: Int) -> String!
```

```objc
NSString *copyReadQuotedString(const char *line, NSInteger maxLength);
```

```python
copyReadQuotedString(line: str, maxLength: int) -> str
```

## See Also

### Text and Keys

- [`copyReadString`](/Core/GlyphsCore/copyReadString)
- [`copyReadText`](/Core/GlyphsCore/copyReadText)
- [`copyReadTextLine`](/Core/GlyphsCore/copyReadTextLine)
- [`copyReadKey`](/Core/GlyphsCore/copyReadKey)
- [`copyReadValue`](/Core/GlyphsCore/copyReadValue)
- [`skipWhite`](/Core/GlyphsCore/skipWhite)

