While using the library in one of my projects, I had some hard time figuring out why the regular expression string was not working. In order to avoid escaping the /, I was using another delimiter.
I had to dig into the source code to figure out what was going on. This PR adds some extra information about what kind of syntax is expected for the regular expression string.
While using the library in one of my projects, I had some hard time figuring out why the regular expression string was not working. In order to avoid escaping the
/
, I was using another delimiter.I had to dig into the source code to figure out what was going on. This PR adds some extra information about what kind of syntax is expected for the regular expression string.