[–] Alifatisk 2y ago ↗ I don't get the Rails tip for using #squish method. Isn't it the same as #strip? [–] p8 2y ago ↗ Squish also replaces consecutive whitespace with a single space. " foo bar \n \t boo".squish # => "foo bar boo" https://api.rubyonrails.org/classes/String.html#method-i-squ...
[–] p8 2y ago ↗ Squish also replaces consecutive whitespace with a single space. " foo bar \n \t boo".squish # => "foo bar boo" https://api.rubyonrails.org/classes/String.html#method-i-squ...
2 comments
[ 3.2 ms ] story [ 12.8 ms ] thread