# `TDTokenizer tokenizer`

*Type Method*

## Declaration

```swift
class func tokenizer() -> Any
```

```objc
+ (id) tokenizer;
```

```python
tokenizer() -> object
```

## Return Value

An initialized tokenizer.

## Discussion

Convenience factory method. Sets string to read from to nil.

