I have a similar problem. I have a book that has roman numerals for chapter numbers. Some of the characters in the chapter number have been scanned as lower case and I would like to convert them to upper. I use Regex search as ([xXvViIlL]+) which finds the chapter numbers. I cannot find the correct replacement string to convert the resulting \1 to upper case. Any help would be appreciated
|