-- Bart Lateur <[EMAIL PROTECTED]>

Can someone come up with a (nice) regex that matches only Roman
numerals?

I'm trying to include proper case conversion to title case in a script,
and it should turn a movie title like "HALLOWEEN II" into "Halloween
II", not "Halloween Ii".
Take a look at Damian Conway's text formatter (Format::Simple
or something like that). It will format and re-order roman
numeral lists and has all the regexes for it hard-coded.


--
Steven Lembark                               2930 W. Palmer
Workhorse Computing                       Chicago, IL 60647
                                           +1 800 762 1582

Reply via email to