Roman Numerals

(none)
VariationPattern
Roman Numerals (standalone)^M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$
Roman Numerals (inline)\bM{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})\b
Raw data
{
    "featured": true,
    "handle": "roman-numeral",
    "title": "Roman Numerals",
    "variations": [
        {
            "title": "Roman Numerals (standalone)",
            "pattern": "^M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$"
        },
        {
            "title": "Roman Numerals (inline)",
            "pattern": "\\bM{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})\\b"
        }
    ],
    "fullPath": "/app/patterns/roman-numeral.yaml"
}