blob: 1246f8e6bd04d6ab16693d1620c57e6da02672e0 (
plain) (
blame)
1
2
3
4
|
The bistring library provides non-destructive versions of common string
processing operations like normalization, case folding, and find/replace. Each
bistring remembers the original string, and how its substrings map to substrings
of the modified version.
|