w/ascii and w/unicode Michael Montague 17 Oct 2013 03:33 UTC
Why are w/ascii and w/unicode necessary? The ascii character set can be
used instead.
(regexp-search `(: bos (* ,char-set:ascii) eos) "English") => #<rx-match>
(regexp-search `(: bos (* ,char-set:ascii) eos) "Îλληνική") => #f
Michael.