Closed nalundgaard closed 2 years ago
I forgot about this for quite awhile, but noticed it in my queue today and took a stab. Please let me know if this will work.
LGTM, thanks. Let's see if @andreineculau have any opinions
I'll merge it on Tuesday 14th, if noone objects before that
Resolves https://github.com/for-GET/jesse/issues/104.
Adds support for unicode properties "pattern" and "patternProperties" by adding
re_options
to thejesse
application environment and making all uses ofre:run/2
consult it. This effectively changes the previously hard-codedunicode
option toucp
, but allows restoring the previous behavior (for better performance) by settingre_options
to[unicode]
instead of[ucp]
.