v0.14.27
The native backend (--features native) now rejects regex \u/\U escapes for surrogate codepoints (e.g. \uD800) with a clear error instead of panicking, since a Rust String cannot contain a surrogate.
The native backend (--features native) now rejects regex \u/\U escapes for surrogate codepoints (e.g. \uD800) with a clear error instead of panicking, since a Rust String cannot contain a surrogate.