develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 414

  1. #Idea: #RegularExpressions but optimized for readability, not brevity. Let's stick comments in there and use actual words! Something like: start // Match hello match("hello", case = false) optional(",") (whitespace and not(tab)) // Match world match("World!") end