regexpill
v0.1.0
Published
Cure your Regex woes, a simple library containing regex examples.
Downloads
3
Readme
Regex Pill
Cure your Regex woes, a simple library containing regex examples.
Getting Started
Install the module with: npm install RegexPill
var RegexPill = require('RegexPill');
var regexPill = new RegexPill("a string to validate", "the/regex/you/want");
regexPill.isValid() // True | False
regexPill.set("a new string to validate").isValid() // True | False
Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
(Nothing yet)
License
Copyright (c) 2014 Lawrence Goldstien
Licensed under the MIT license.