Parsing groupings of strings (Python)
- by j00niner
I have a string that looks something like this:
[["Name1","ID1","DDY1", "CALL1", "WHEN1"], ["Name2","ID2","DDY2", "CALL2", "WHEN2"],...];
This string was taking from a website. Their can be any amount of groupings. How could I parse this string and print just the Name variables of each grouping?