Possible Duplicate:
How do you match only valid roman numerals with a regular expression?
Hi,
How do I match regex to something like
[i])
[ii])
[iii])
[iv])
and so on...
Thanks
Hi, How do I match regex to something like
and so on... Thanks
| ||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
should catch the most common roman numerals. It won't stumble on invalid numerals like | |||
|
feedback
|