mcollina / bloomrun

A js pattern matcher
MIT License
120 stars 10 forks source link

Regex isn't supported as tests claim #33

Closed mcdonnelldean closed 8 years ago

mcdonnelldean commented 8 years ago

See #32. Functionality is needed for #28

mcdonnelldean commented 8 years ago

Landed in #32

mcollina commented 8 years ago

Regexp are supported if they are specified with another key, which is the easy way we can specify them without any performance hit, as described in #32.

mcdonnelldean commented 8 years ago

Closed via #32