Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a rule for ROMAN numbers #73

Open
kosloot opened this issue Sep 26, 2019 · 0 comments
Open

add a rule for ROMAN numbers #73

kosloot opened this issue Sep 26, 2019 · 0 comments

Comments

@kosloot
Copy link
Contributor

kosloot commented Sep 26, 2019

it 'might' be a good idea to add a rule for ROMAN numbers.
A rule along these line:
ROMAN-NUMBER=(^M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})$)
If we add this, do we also want lower-cased variants?
We have some use cases for them, like in the DPO files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants