Open
Description
We currently depend on the regex
create. However, there are a number of issues with this:
- It does not support everything that JavaScript supports;
- It works over UTF-8 strings.
This means that we currently have a broken RegExp
implementation. A custom regular expression engine must be implemented that fixes these problems.