Hacker News new | ask | show | jobs
by TophWells 4488 days ago
Well, remember that it also has to fit in the row/column. If there's three spaces available, the string has to have three characters. So (O|RM|HHM)* can only really match ORM, RMO, and HHM.
1 comments

And OOO.
Forgot about that one.