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 going to be using it in Zennoposter so that I can enter a username into a form and use the corresponding password. After this the line from the txt will be deleted to start on the next account.
Would appreciate any help, cheers!
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 going to be using it in Zennoposter so that I can enter a username into a form and use the corresponding password. After this the line from the txt will be deleted to start on the next account.
Would appreciate any help, cheers!