I just wrote some code where I need to construct a regular expression
from several strings. That meant I couldn't use #"expression", but
instead had to use (re-pattern (str part1 part2 part3)), right?

Currently re-pattern takes a single string. I think it would be
convenient if it took any number of strings and automatically
concatenated them so we could write (re-pattern part1 part2 part3)
instead.

-- 
R. Mark Volkmann
Object Computing, Inc.

--~--~---------~--~----~------------~-------~--~----~
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
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