Re: Grep help - removing text within a tag

2022-10-10 Thread a k
Thanks so much! This did the trick. I've been familiarizing myself with multi-file search and am very excited to now have such a powerful tool to use for these repetitive tasks. Hoping to learn more about grep as well as Text Factory On Monday, October 10, 2022 at 4:46:33 PM UTC-5 fletc...@cumu

Empty Padding Between Line Numbers and 1st Column

2022-10-10 Thread John E. Connerat
I searched in the manual and am not sure what to look for other than "gutter." For my question, the gutter is preference is unchecked and not in play, so I see line numbers, vertical space, and then the first character of the first column of my text. My issue is that that the amount of space be

Re: Grep help - removing text within a tag

2022-10-10 Thread a k
Sorry for being unclear - I want to remove the text so output would be blank On Monday, October 10, 2022 at 4:45:42 PM UTC-5 Kaveh wrote: > Can you put the output you expect for this string? > > On Mon, 10 Oct 2022 at 22:25, a k wrote: > >> Hey all, >> >> I'm looking to use grep to remove text

Re: Grep help - removing text within a tag

2022-10-10 Thread Fletcher Sandbeck
The find pattern would be "" with "Grep" checked. You can use the Multi-File Search... dialog to run this against a folder containing your .txt files to see how many matches there are. When I'm doing multi-file work like this I'll usually start out doing a Find All in the multi-file dialog and

Re: Grep help - removing text within a tag

2022-10-10 Thread Kaveh
Can you put the output you expect for this string? On Mon, 10 Oct 2022 at 22:25, a k wrote: > Hey all, > > I'm looking to use grep to remove text contained within a tag (including > the tag itself). More specifically - I need to find and remove a bunch of > iframe tags from multiple .txt files.

Grep help - removing text within a tag

2022-10-10 Thread a k
Hey all, I'm looking to use grep to remove text contained within a tag (including the tag itself). More specifically - I need to find and remove a bunch of iframe tags from multiple .txt files. Here's an example tag: *https://website.com/1.0/ifr?zid=123456&cb=${CACHEBUSTER}&abc_imp=${AUC_ID}