edn-format / edn

Extensible Data Notation
2.61k stars 96 forks source link

Regex tag? #26

Closed richard-lyman closed 12 years ago

richard-lyman commented 12 years ago

Is there a high probability of a built-in tag for regex?

regex "something"

isn't that much shorter than

tld.company/regex "something"

I'm just curious.

richhickey commented 12 years ago

The lack of portability for regexes would limit the utility of this, I think.

On Sep 10, 2012, at 8:42 PM, Richard Lyman wrote:

Is there a high probability of a built-in tag for regex?

regex "something"

isn't that much shorter than

tld.company/regex "something"

I'm just curious.

— Reply to this email directly or view it on GitHub.

richard-lyman commented 12 years ago

Thanks for the response!