• Lin Jen-Shin's avatar
    Make sure we're matching the same way. · cf777261
    Lin Jen-Shin authored
    Ruby's regular expression is unicode aware, therefore 'å' also
    matches against /\p{alnum}/. If we want only ASCII-7bit, use
    [a-zA-Z0-9]+ so they always match the same thing
    cf777261
19_environments.rb 1.84 KB