Quote:
Originally Posted by theducks
Bulk Mode Search and replace
Search #pages (or whatever) : (\d+)
Replace Comments APPEND MODE <any words you want> \1
|
Thanks, that is a great way to do it! I never thought of just directly adding all word counts to the comments via S&R. I have a follow up question though - is there any way to have the # formatted with commas in the replacement regex (ie, my word count column shows the number as xx,xxx where as the S&R preview shows the number as xxxxx without commas)?
Thanks for your help.