mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 08:06:53 +08:00

`[0-9]` → `\d`, `[0-9a-f]` → `[[:xdigit:]]` A follow on to the previous commit, which did the same for Golang. Ruby supports the above matchers like Golang does: <https://ruby-doc.org/core-3.1.2/Regexp.html>