Here is one way:

user=> (import 'java.util.regex.Pattern)
java.util.regex.Pattern
user=> (def p (Pattern/compile "mon|tue|wed|thu|fri|sat|sun" 
Pattern/CASE_INSENSITIVE))
#'user/p
user=> (re-find p "I have a dentist appoint on Monday morning, so you'll 
need to take the kids to school.")
"Mon"

Bill


On Thursday, January 13, 2011 8:35:17 PM UTC-6, Alex Baranosky wrote:
>
>
> Here I'd love to know the syntax for ignore-case
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to