mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-13 16:10:27 +00:00

For example, the regex `[:upper:]` used to correspond to the `upper` ASCII character class, but it now corresponds to the character class containing the characters `:upper:`. Forms like `[[:upper:][:blank:]]` are still accepted. Fixes #175