{ "question" : { "id": "", "category": "regex", "nerd_level": 3, "text": "Which regex will capture everything between the first pair of square brackets: '[a,b,c][1]'", "a1": "/\[(.*)\]/", "a2": "/\[(.+)\]/", "a3": "/\[(.*?)\]/", "right_answer": "a3", "created_at": "2011-06-07", "created_by": "mkorfmann" } }