Skip to content

Added mask method - #187

Open
prappo wants to merge 1 commit into
jprichardson:masterfrom
prappo:master
Open

Added mask method#187
prappo wants to merge 1 commit into
jprichardson:masterfrom
prappo:master

Conversation

@prappo

@prappo prappo commented May 23, 2016

Copy link
Copy Markdown

use

S('secret').mask(2) // se****
S('secret').mask(-2) // ****et
S('secret').mask(2, '!') // se!!!!
according to this issue => #172

# use 
S('secret').mask(2)      // se****
S('secret').mask(-2)     // ****et
S('secret').mask(2, '!') // se!!!!
according to this issue => #172
@az7arul

az7arul commented Jul 1, 2016

Copy link
Copy Markdown
Collaborator

@prappo can you add tests for this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants