From a7041588b116152076a1c916a44ed651a497dedb Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Mon, 29 Jul 2013 14:45:21 -0700 Subject: [PATCH] Add new section to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 638413f..4779eac 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,10 @@ user> (frak/pattern ["bit" "bat" "ban" "bot" "bar" "box"]) [Here's](https://github.com/guns/vim-clojure-static/blob/249328ee659190babe2b14cd119f972b21b80538/syntax/clojure.vim#L91-L92) why. Also because. +## And now for something completely different + Let's build a regular expression for matching any word in -`/usr/share/dict/words` (hint: no). +`/usr/share/dict/words`. ```clojure user> (require '[clojure.java.io :as io]) -- 2.25.1