Hi,
An array contains elements of the form [upper-roman number][optional one
lower-alpha char], for example IVa, XIXb, LIX and LXIVc. Does anyone have a
function which can sort this array in a way a human would expect it to, with
the roman letters treated as their numerical values? I don't think this is a
especially problematic thing to do, but I don't want to re-invent the wheel.
Thanks
Ivo
An array contains elements of the form [upper-roman number][optional one
lower-alpha char], for example IVa, XIXb, LIX and LXIVc. Does anyone have a
function which can sort this array in a way a human would expect it to, with
the roman letters treated as their numerical values? I don't think this is a
especially problematic thing to do, but I don't want to re-invent the wheel.
Thanks
Ivo
Comment