Vladimir

16%
Flag icon
If you build a regular expression with bytes, patterns such as \d and \w only match ASCII characters; in contrast, if these patterns are given as str, they match Unicode digits or letters beyond ASCII.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview