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.
5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
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.
|