aboutsummaryrefslogtreecommitdiff
path: root/str-utils.clj
diff options
context:
space:
mode:
Diffstat (limited to 'str-utils.clj')
-rw-r--r--str-utils.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/str-utils.clj b/str-utils.clj
index 288e0942..22100874 100644
--- a/str-utils.clj
+++ b/str-utils.clj
@@ -15,6 +15,8 @@
(clojure/in-ns 'str-utils)
(clojure/refer 'clojure)
+(import '(java.util.regex Pattern))
+
(defn re-split
"Splits the string on instances of 'pattern'. Returns a sequence of