Ragnar Þór Valgeirsson is announcing that is.js with version number 0.2.1 is already available to download.
What is is.js ?
is.js is A JavaScript library for regex testing, coming with different versions for vanilla JS syntax, Node.js and jQuery .
is.js can take a string and check against known text formats.The is.js library is currently available for Node.js, jQuery and regular ol' stand-alone JavaScript.Checks string to be a:DateTimeDate and timeCredit card numberISBN numberLatitudeLongitudePhone numberZIP code
This is changelog for is.js version 0.2.1 :
- Add a Luhn algorithm as a check function. Thanks everyone who pointed out the need for it.
- Fix the README.
- Rename the regex obj to check. It just makes more sense since we now have function tests.
You can read the complete changelog and also download this latest version on their homepage:
rthor.is