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