<!-- PCU: ch19-text | contract: contracts/apr-book-ch19-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch19_text -->
<!-- Status: enforced -->
# Chapter 19: Text Processing and Tokenization
> Contract: [`apr-book-ch19`](../../../contracts/apr-book-ch19-v1.yaml)
Run: `cargo run -p aprender-core --example ch19_text`
```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch19_text.rs}}
```