Simple GREP string needed
i have simple task need accomplish , use simple grep command except have yet figure out is. here's have:
a paragraph break number (1, 2, or more digits) , paragraph break again. find find command: \r\d+\r
i need replace paragraph breaks single spaces , place brakets in front of , behind digits found without changing digits found. if use $0 in change string leaves same including digit or if use [$0] in change field puts teh brakets in leaves paragraph breaks. i'm sure there's simple i'm missing here, have not yet figured out is. can please help?
try (\r)(\d+)(\r) , change [$2]
More discussions in InDesign
adobe
Comments
Post a Comment