I have a file that looks like this:
asd 123 aaa wrqiqirw 123
123 itiewth 123 asno 123
123 132 123 123 123
boagii 123 asdnojaneoienton 123
Expected output is:
123
123
123
123
I will need to search for patterns via regex. Is there any way to implement such a thing?