> For the complete documentation index, see [llms.txt](https://pyot.iann838.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyot.iann838.com/utils/text.md).

# 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.
