Files
ports/textproc/py-bistring/pkg-descr
Po-Chuan Hsieh 09af7cb449 textproc/py-bistring: Add py-bistring 0.5.0
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.
2025-05-18 11:14:49 +08:00

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.