Convert type while sorting

The order will be guide by the type previously defined. Afaik there’s no way to use float ordering as you need in a string type.

The pattern of string ordering is “123…ABC…abc” and then lexicographical ordering.