pandastrike / fairmont

Functional (and) reactive programming library for JavaScript.
ISC License
49 stars 8 forks source link

Regexp functions #20

Closed dyoder closed 9 years ago

dyoder commented 9 years ago

We don't have an easy way to integrate regexp operations into functional expressions. For example, simply checking whether something matches an regexp:

find_plurals = map match /s$/
dyoder commented 9 years ago

Closed in favor of

https://github.com/pandastrike/fairmont-helpers/issues/2