I'm using a regex pattern to read strings from a file in this format:
with this pattern:Code:"t": "vjVQa1PpcFOKNFsC_zQAH9gDvfcZko8idVlVXBrPPko="
I haven't actually used regular expressions before, and i dont even think the pattern is set up right.Code:Regex re = new Regex("((\"([t])\")(\s:\s)(\"(([A-Za-z0-9]{44})\")))");
Any pointers guys?


Reply With Quote
