Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masked or Safe CharSequence #83

Open
dmfs opened this issue Nov 10, 2017 · 0 comments
Open

Masked or Safe CharSequence #83

dmfs opened this issue Nov 10, 2017 · 0 comments

Comments

@dmfs
Copy link
Owner

dmfs commented Nov 10, 2017

In order to replace characters in a CharSequence which are invalid for certain applications with a specific "default" character (as opposed to removing them) I want a Masked decorator for CharSequences.

The name could be Masked, Safe or anything else that expresses that certain chars have been replaced with a default. The Characters to retain (or to replace) could be given by a CharSet as in #82.

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

No branches or pull requests

1 participant