Parse comma-separated text between parentheses as array of key-value pairs – PHP
I am trying to parse 1 line that is constructed in this format: Files("textfile1.txt", 7268474425, "textfile2.txt", 661204928, "textfile3.txt", 121034) I have this working perfectly in C# using named capture groups, but this is PHP and strictly on topic. So I…