compiled regex and ends-with
Posted: Sat Jun 15, 2013 1:48 am
Is it possible to use compiled regex with the ends-with function?
Code: Select all
(set 'dt (regex-comp {(\w+)}))
(ends-with "delta" dt 0x10000) => ERR: regular expression in function ends-with : "error -4 when executing"