Thanks for the great module, I'm using it for a promising project. While working on the project I found I can't match unicode regular expressions. Changing lib/model.js line 255 to (?isu) [(?s) dot matching whitespace (?u) matching unicode] helped me a lot. It would be nice not to have to keep a fork only for this change.
I realize there might be considerations against it, and an even better way would have been to make it configurable.
So here it is for further discussion.
Thanks for the great module, I'm using it for a promising project. While working on the project I found I can't match unicode regular expressions. Changing lib/model.js line 255 to (?isu) [(?s) dot matching whitespace (?u) matching unicode] helped me a lot. It would be nice not to have to keep a fork only for this change. I realize there might be considerations against it, and an even better way would have been to make it configurable. So here it is for further discussion.