Hello. Is it possible to make a snippet that’d select several elements that match with specified regex?
I have a text file like this:
80101_1: blabla
80101_2: blabla
80101_72: blabla
80101_73: blabla
80101_5: blabla
80101_91: blabla
80101_112: blabla
80101_1252: blabla
80101_132: blabla
and I want to select all the numbers that go after 80101_ with one hotkey press. I’ve seen a package that allows to select with regex but it requires to type the regex every time.
Thanks!