“Rubi Array numericamente” Respostas de código

Rubi Array numericamente

a.sort_by(&:to_i)
Beautiful Bear

Rubi Array numericamente

a = ["teste", "test", "teste2", "tes3te", "10teste"]
a.sort_by! {|s| s[/\d+/].to_i}
Beautiful Bear

Respostas semelhantes a “Rubi Array numericamente”

Perguntas semelhantes a “Rubi Array numericamente”

Mais respostas relacionadas para “Rubi Array numericamente” em Ruby

Procure respostas de código populares por idioma

Procurar outros idiomas de código