Skip to content

Added mask method#187

Open
prappo wants to merge 1 commit intojprichardson:masterfrom
prappo:master
Open

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

Conversation

@prappo
Copy link

@prappo prappo commented May 23, 2016

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
Copy link
Collaborator

az7arul commented Jul 1, 2016

@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

Comments