Regex Puzzle
51–60 of 97 posts
Re: Regex Puzzle
#52I believe column E is under-constrained; a solution with column E = "YYYY " or "OOOO " passes the tests, but is clearly not what's intended.
Re: Regex Puzzle
#53Worth doing this by hand to exercise your knowledge of regular expressions. My solution (SPOILER): http://imgur.com/a/9iK9J
I'm assuming the solution isn't unique because I found some positions that are under-constrained.
Re: Regex Puzzle
#54Worth doing this by hand to exercise your knowledge of regular expressions. My solution (SPOILER): http://imgur.com/a/9iK9J
Re: Regex Puzzle
#55Re: Regex Puzzle
#56Nice! At Keplers in Mountain View you can buy version of Scrabble that uses regexes. The designer used to sell it in front of the shop -- he is obviously a programmer.
Re: Regex Puzzle
#57I believe column E is under-constrained; a solution with column E = "YYYY " or "OOOO " passes the tests, but is clearly not what's intended.
Re: Regex Puzzle
#58Worth doing this by hand to exercise your knowledge of regular expressions. My solution (SPOILER): http://imgur.com/a/9iK9J
I'm assuming the solution isn't unique because I found some positions that are under-constrained.
Re: Regex Puzzle
#59Earlier quoted context omitted.
I'm assuming the solution isn't unique because I found some positions that are under-constrained.
Which positions? I didn't find any that were under-constrained.