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

# Text Processing

* [Splitting a string into fields](/text-processing/string-splitting.md)
* [Converting a string to vectors and back](/text-processing/string-to-vecs.md)
* [Two way for fast substring search](/text-processing/twoway.md)
