Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'cdupoiron-master' into develop
  • Loading branch information
the-darc committed Apr 1, 2016
2 parents 1fd5872 + 3ad386d commit 90447e3
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 222 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
#string-mask
[![npm version](https://badge.fury.io/js/string-mask.svg)](http://badge.fury.io/js/string-mask)
[![Bower version](https://badge.fury.io/bo/string-mask.svg)](http://badge.fury.io/bo/string-mask)
[![Build Status](https://travis-ci.org/the-darc/string-mask.svg?branch=master)](https://travis-ci.org/the-darc/string-mask)

#string-mask
[![Coverage Status](https://coveralls.io/repos/the-darc/string-mask/badge.svg)](https://coveralls.io/r/the-darc/string-mask)

A string formatter and validator based on masks.

Expand All @@ -27,7 +27,7 @@ Character | Description
`0` | Any numbers
`9` | Any numbers (Optional)
`#` | Any numbers (recursive)
`A` | Any aphanumeric character __Not implemented yet__
`A` | Any aphanumeric character
`a` | Any aphanumeric character (Optional) __Not implemented yet__
`S` | Any letter
`U` | Any letter (All lower case character will be mapped to uppercase)
Expand Down

0 comments on commit 90447e3

Please sign in to comment.