Get properties of a roman numeral string
romanNumeral("VIIb5") // => { name: "VII", type: "b5", num: 7, major: true } Copy
romanNumeral("VIIb5") // => { name: "VII", type: "b5", num: 7, major: true }
Get properties of a roman numeral string