Grep - How to find non-italics characters followed by italics
Hello everyone...
Is there a way to grep all non-italics characters followed by an italics punctuatiob, e.g., serach for "Review of Religions," in this word, the punctuation "," is not italics, I would like to serach of all types of punctuation that are not italics, and change them to italics, same would be the case for bold, and bold-italics.
Another way looking at it would be a grep that could search for any italics character followed by a regular punctuation, and a bold character follwed by a non-bold punctuation, and a bold-italics character followed by a non-bold-italics character.
Thanks in advance!
