No. 26310Anonymous 4th February 2018 Sunday 12:29 am26310https://www.codewars.com/kata/regular-expression-for-binary-numbers-divisib
Managed to do this challenge. The way the code works is to make a table of equations describing the FSM to match the numbers, and then algebraically reduces it down to a single term. The regexes it produces are longer than they need to be but they work. Simple solution but took a lot of thinking to get there.