RomanNumeralsString extension

on

Methods

isValidRomanNumeralValue({RomanNumeralsConfig? config}) bool

Available on String, provided by the RomanNumeralsString extension

Confirms or disconfirms a valid Roman numeral value. This may change for the same String depending on the RomanNumeralsConfig.
toRomanNumeralValue({RomanNumeralsConfig? config}) int?

Available on String, provided by the RomanNumeralsString extension

Create Roman numeral int from String. Rules for creation are read from the optional config.