Question: replacing placeholder text

Tool for Search and Replace across multiple files.
MaxBlack
Posts: 2
Joined: Mon Aug 26, 2013 12:07 am

Question: replacing placeholder text

Post by MaxBlack »

Forgive the noob post, guys. I'm looking for a s&r tool that will replace text in a text (.TXT) doc like so.

I have a million text bits such as (see (amidlate0806charltonrios)), (see (a021007charltondeathpen)), and (see (a031307leahyissatestify), (a031607fieldingdelay) and (a032007fieldingcompromise)).

I'd like to use the following search phrase (see (a ... )) or something similar, using the beginning and end snippets, and delete them all. Can TextCrawler do this?

Thanks!
MaxBlack
Posts: 2
Joined: Mon Aug 26, 2013 12:07 am

Re: Question: replacing placeholder text

Post by MaxBlack »

Consider this question withdrawn. You might actually answer questions that potential users ask.
User avatar
DigitalVolcano
Site Admin
Posts: 1863
Joined: Thu Jun 09, 2011 10:04 am

Re: Question: replacing placeholder text

Post by DigitalVolcano »

Something like the this Regex:

Code: Select all

\(see \([a].*?\)\)
and replace with nothing will remove the expressions you mention.

Sorry it takes a few days to reply, but it's been a holiday here, and the non-free support usually gets answered first .
Post Reply