#37
Regular Expressions
 

Difficulty:Elementary
Topics:regex syntax


Regex patterns are supported with a special reader macro.
test not run
(= __ (apply str (re-seq #"[A-Z]+" "bA1B3Ce ")))


Code which fills in the blank: