Grep Title Case
there useful discussion (http://forums.adobe.com/message/4269565#4269565) on getting paragraph style (e.g. headings) produce title case specifying grep style (which comes down using caps character style , grep expression \s\s). there way of restricting words of 4 or more letters? produce better title case, without 'by', 'a', 'an' etc. having capital. discussion suggest list of exceptions, works, list getting rather long.
(?<= )\w(?=\w{3,}) query string find word character preceded space , followed 3 or more word characters.
More discussions in InDesign
adobe
Comments
Post a Comment