Page 1 of 1

Easy pattern generator

Posted: Tue Jan 23, 2018 11:25 am
by alaltaieri
So I want to remove non matching lines from a file using the easy pattern. I will use ['car' or 'house' or 'cat' or 'dog'] and so on.
The pattern will be kind of big (about 4000 words). Is there any way I can automate putting those words in the easy pattern format?

I already tried with a text editor to put all words in the format

Code: Select all

'yfgyygu.com' or 
but I don't know how to combine them from one per line to a single line.

Re: Easy pattern generator

Posted: Tue Jan 23, 2018 12:15 pm
by alaltaieri
never mind. i figured out. i just paste them in the patterns case on textpipe one per line and they will mix together in a same line but with some code repeating. just find and replace that code with nothing and you are ready to go.