I have a large list in a text file (roughly 900 items) and I want to do a few things to the list. First, I want to remove everything after a space on each line, including the spaces themselves. Then, I want to remove every line that does not have the either of these formats:
* ***kAA**
* ***kA**
Where "k" is the actual letter "k", "A" represents a random lowercase letter, and "*"...
↧