Sha256: a1a3a15d7bae31e00960f3ee8cf1703fbe46d999fc634b3803ec4352b6c4c7d1
Contents?: true
Size: 364 Bytes
Versions: 10
Compression:
Stored size: 364 Bytes
Contents
{ "question" : { "id": "", "category": "regex", "nerd_level": 2, "text": "Which regex will match 'blaaa' with the number of 'a' ' s at the end ranging from 2 to 5", "a1": "bla{2..5}", "a2": "bla{2-5}", "a3": "bla{2,5}", "a4": "bla[2-5]", "right_answer": "a3", "created_at": "2011-06-07", "created_by": "mkorfmann" } }
Version data entries
10 entries across 10 versions & 1 rubygems