Question
New and need help with GREP style
Hello, newbie here trying to figure out how to write a GREP code so that all text after a comma and before a hard return is italics.
Found this:
(?<=,\s).*?(?=;)
,which almost works, but not sure what to use at end for hard return vs. semicolon -- and if possible? Thanks for any advice!
