Mac@programming.dev to RegEx@programming.dev · 3 years agoRegex Crosswordregexcrossword.comexternal-linkmessage-square2linkfedilinkarrow-up131arrow-down10cross-posted to: france
arrow-up131arrow-down1external-linkRegex Crosswordregexcrossword.comMac@programming.dev to RegEx@programming.dev · 3 years agomessage-square2linkfedilinkcross-posted to: france
minus-squarelearnbyexample@programming.devlinkfedilinkEnglisharrow-up3·3 years agoSee also: https://jimbly.github.io/regex-crossword/ For Python, I wrote a TUI app with 100+ interactive exercises: https://github.com/learnbyexample/TUI-apps/blob/main/PyRegexExercises (covers both re and regex modules)
See also: https://jimbly.github.io/regex-crossword/
For Python, I wrote a TUI app with 100+ interactive exercises: https://github.com/learnbyexample/TUI-apps/blob/main/PyRegexExercises (covers both
reandregexmodules)