arabic
Convert a Roman numeral to an Arabic number.
Syntax
Section titled “Syntax”v = arabic(text)Description
Section titled “Description”Returns the integer value of the Roman numeral string. Inverse of roman.
Examples
Section titled “Examples”arabic('XIV') % 14arabic('MMXXVI') % 2026See also
Section titled “See also”roman— Convert an Arabic number to a Roman numeral.