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

Roman Number builtin .v only works on uppercase letters #194

Open
kcruijss opened this issue Jun 27, 2022 · 0 comments
Open

Roman Number builtin .v only works on uppercase letters #194

kcruijss opened this issue Jun 27, 2022 · 0 comments

Comments

@kcruijss
Copy link

kcruijss commented Jun 27, 2022

The .v builtin to converts valid Roman Number letters (e.g. I or VC) to integers, but only works on uppercase letters.
I can understand that the reverse builtin .X always converts to uppercase, but just like the builtins for Hexadecimal conversion H and h , I would expect .v/H to work on both upper- and lowercase characters; and .X/h only convert to uppercase.

Try it online to reproduce.
Came across it in this codegolf answer of mine.

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

No branches or pull requests

1 participant