Hello everyone
I used to use sublime to filter a list of names.
for example if my list is:
jacob1243
mark3df4
josh453
mike4543
and i want to filter the list to find names that include the words “jacob” or “mark” then what i used to do was click edit and then permute all lines to unique. and then i would make a list of the names i am searching for and separate them with |. In this case it would be Jacob|Mark . I think click control F, click find all, and then control L, and it would select all the names which include the words i am searching for.
this no longer works for me for some reason. Is there a step i am forgetting? or is there something new i am unaware about? would really appreciate any help with this, thanks