Skip to content

Commit

Permalink
Merge pull request #99 from nsauce/new-regex
Browse files Browse the repository at this point in the history
Update regex.cljs
  • Loading branch information
burn2delete authored Jul 22, 2020
2 parents 5e167fa + 8e29f3d commit 36e4f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/degree9/regex.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Any-String Regular Expression ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(def any-string #"^.$")
(def any-string #"^[.]+$")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Name Regular Expression ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 36e4f24

Please sign in to comment.