Mac@programming.dev to RegEx@programming.dev · 1 year agoRegex Crosswordregexcrossword.comexternal-linkmessage-square3fedilinkarrow-up131arrow-down10
arrow-up131arrow-down1external-linkRegex Crosswordregexcrossword.comMac@programming.dev to RegEx@programming.dev · 1 year agomessage-square3fedilink
minus-squarelearnbyexample@programming.devlinkfedilinkEnglisharrow-up3·1 year 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
re
andregex
modules)