Top "Happy" questions

Happy is a YACC-like parse generator for Haskell

JS: regex for numbers and spaces?

I'm using happyJS and use the regex underneath for phone validation phone: function (val) { return /^(?:[0-9]+$)/.test(val); } However this …

javascript regex validation zepto happy