-
Jean Boussier authored
Ref: https://github.com/rails/rails/pull/43829 ```ruby >> /foo/n.match?("SELECT '€'") warning: historical binary regexp match /.../n against UTF-8 string ``` The `/n` modifed isn't that necessary anyway, it was just extra caution.
Jean Boussier authoredRef: https://github.com/rails/rails/pull/43829 ```ruby >> /foo/n.match?("SELECT '€'") warning: historical binary regexp match /.../n against UTF-8 string ``` The `/n` modifed isn't that necessary anyway, it was just extra caution.
Loading