So I want to remove all text before the colon ":" so example
d016eb66c977d646642d491ae8461134:12345asdf
90ef258293ee214d1128abecd7b96f99:61231afad
To be
12345asdf
61231afad
edit: I've already tried this ^[^:]*:
but i ended up with only one line