Easy pattern generator

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
alaltaieri
Posts: 9
Joined: Wed Apr 17, 2013 9:12 am

Easy pattern generator

Post 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.
alaltaieri
Posts: 9
Joined: Wed Apr 17, 2013 9:12 am

Re: Easy pattern generator

Post 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.
Post Reply