You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forCharSequence
s.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 aCharSet
as in #82.The text was updated successfully, but these errors were encountered: