Is there a Regex that could cut multiple lines from a document based on multiple searches.
I want to be able to enter a list of figures and cut the whole lines e.g
I want to search and Cut lines containing 27761379, 27761380, 27761381, 27761382 from data looking like this.
4093115/000/000/000/000/000/101/28/00000000000000010128.xml
4093115/000/000/000/000/000/101/35/00000000000000010135.xml
4093115/000/000/000/000/000/101/64/00000000000000010164.xml
4093115/000/000/000/000/000/101/65/00000000000000010165.xml
4093115/000/000/000/000/000/101/86/00000000000000010186.xml
4093115/000/000/000/000/000/165/60/00000000000000016560.xml
4093115/000/000/000/000/000/182/25/00000000000000018225.xml
4093115/000/000/000/000/000/182/26/00000000000000018226.xml
Any help you could give on this would be greatly appreciated as its very time consuming at the moment to working on a line by line basis.
Thanks Ben