Результаты поиска

  1. Q

    Parse delimiter separated usernames and passwords from .txt using regex.

    Hi, I've been trying to work this out but I'm finding it hard to get a solution. What I'm trying to do is: Use regex to parse a txt in the format username|password|irrelevant stuff|more irrelevance stuff|etc|||| I need one regex string to parse the username and another to parse the password. I'm...