So im making this txt document that a string writes too with diffrent information about 100-2000 lines . From this I want to be able to copy specific parts such as a name and write them too a new file so I was wondering if someone could help do a example
I want just name,adress and phone pullout of a string as example downbelow and write it to a file :
nameadress=johndoe&adress=newyork163thdowntown&phone=+341431242
basicly I want find nameadress ,adress ,phone copy everything between = and &
and so on and if there's garbage data inbetween i want that ignored :) so I only get these :)