# `copyReadKey`

*Function*

## Declaration

```swift
func copyReadKey(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!) -> String!
```

```objc
NSString *copyReadKey(const char *line, NSUInteger *pos);
```

```python
copyReadKey(line: str, pos: int) -> str
```

## See Also

### Text and Keys

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

