quirkey/sammy

Should allow case insensitive when creating RegEx from string

Closed this issue · 1 comments

Currently, when passing a regular expression as a string, Sammy always creates a new RegEx expression, which doesn't specify ignore case.

It means the path #/aaaa different from #/Aaaa.

This is a duplicate issue now, that the pull request exists. (See #215)