Mega Code Archive
Categories
/
Ruby
/
String
Gsub alll with all
"That's alll folks".gsub "alll", "all" # => "That's all folks"