Author
Build
Commit
PR
Xavier Noria
20774
0ff61eb
n/a
Repo
Branch
rails/rails
main
Message
Simplify regexp character class I used [0-9] here because in Perl \d matches any Unicode digit. However, I just saw this is different in Ruby: > /\d/: Matches a digit character: equivalent to [0-9] from https://docs.ruby-lang.org/en/4.0/Regexp.html.
/api
Reference documentation
/guides
In-depth tutorials