automat icon indicating copy to clipboard operation
automat copied to clipboard

Support character ranges

Open osfameron opened this issue 8 years ago • 0 comments

I'd expect character ranges (e.g. the way regexes allow [A-Z]) to work, but they're not supported:

boot.user=> (view (a/range \A \Z))
java.lang.IllegalArgumentException: Don't know how to create a range from '\A' to '\Z'

osfameron avatar Jan 12 '17 07:01 osfameron