Text Processing
Deal with the complexities of human language when expressed in textual form.
Find, extract, and replace text using regular expressions
[regex.incl: fix (P2)](https://github.com/john-cd/rust_howto/issues/487)
| Use regular expressions with backreferences and lookarounds | | |
Parse strings
Recipe | Crates | Categories |
---|---|---|
Collect unicode graphemes | ||
Implement the FromStr trait for a custom struct |
Concatenate strings
Recipe | Crates | Categories |
---|---|---|
Compare string concatenation methods |