0.1.0 • Published 10 years ago

regexpill v0.1.0

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

Regex Pill

Build Status

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.