Class MaskedStringKt
-
- All Implemented Interfaces:
public final class MaskedStringKt
-
-
Method Summary
Modifier and Type Method Description final static Array<out String>unmaskedStrings(CharSequence args)Return an array with strings from the given args. final static MaskedStringmasked(CharSequence $self, String mask)Convert this CharSequence to a MaskedString which uses the provided mask. -
-
Method Detail
-
unmaskedStrings
final static Array<out String> unmaskedStrings(CharSequence args)
Return an array with strings from the given args. If one of the input strings is a MaskedString, include its actual value. So, this function can be used to access the unmasked strings.
-
masked
final static MaskedString masked(CharSequence $self, String mask)
Convert this CharSequence to a MaskedString which uses the provided mask.
-
-
-
-