-
#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
develwoutacause’s Twitter Archive—№ 414