Skip to content
nvkelso edited this page Jan 20, 2012 · 2 revisions

find and replace chunks of text

(#: .*inputfile.ext:\d+\s)+\W*msgid "[^"]*"\W*(^"[^"]+"\s)+msgstr "[^"]*"\s+

(#: .*inputfile.ext:\d+\s)+\W*msgid "[^"]*"\W*(^"[^"]+"\s)*msgstr "[^"]*"\s+

GREP for look in 6th or 7th csv delim text column and if it’s just NUMBERS

^([^\,]+,){6,7}\d+,

Clone this wiki locally