@jrswab
Oh crap! I've never been good at regex, always struggled with the black art but I think I've found a new game to play!
Currently stuck on tutorial #4 Can't figure out why AB isn't correct.
Top A must be right, A* = A followed by zero or more A's
Bottom line AB* = A followed by zero or more B's
Does that mean that these puzzles don't have a single answer each like Sudoku???
@fdroidorg Thanks for the boost 🤓 😍
@_Mark one more thing, there is only one square to type within in that row, so can you ever reach the "B"?
@jrswab oooooh sneaky! That makes more sense now, thanks :)
@_Mark
> Does that mean that these puzzles don't have a single answer each like Sudoku???
It seems like it uses the regex to check if your answer triggers to regular expression.
I too have never been good at #RegEx. This crossword and a game I found on fdroid are giving me a lot of great practice.
@fdroidorg game === https://f-droid.org/en/packages/com.phikal.regex/
That puzzle through me off as well. `AB*` says "give me 'A' and then 'B' zero or more times.
(Click "help" for a reference)