#37
Regular Expressions
Difficulty: | Elementary |
Topics: | regex syntax |
Regex patterns are supported with a special reader macro.
![]() | (= __ (apply str (re-seq #"[A-Z]+" "bA1B3Ce "))) |
Difficulty: | Elementary |
Topics: | regex syntax |
![]() | (= __ (apply str (re-seq #"[A-Z]+" "bA1B3Ce "))) |