Looking to validate/Match Roman Numerals, are there any libraries or functions that can do this?

Would a RegEx work?

Not sure about how to go about this, any thoughts? suggestions?

I did see this PEAR package: Numbers Roman but looks like it's not actively being updated.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Here is a regex solution:

How do you match only valid roman numerals with a regular expression?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.