# Text

Module: `pyot.utils.text`

### *function* `camel_case` -> `str`

* `snake_str`: `str`

> Convert string to json camel\_case.

### *function* `snake_case` -> `str`

* `attr`: `str`
* `sep_numbers`: `bool = False`

> Convert string to python snake\_case.
