public class WildcardMasker
extends java.lang.Object
| Constructor | Description |
|---|---|
WildcardMasker() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
mask(WildcardPattern pattern,
java.lang.CharSequence input) |
Erase the characters that does not corresponds to the wildcard, and
returns collect only the remaining characters.
|
public static java.lang.String mask(WildcardPattern pattern, java.lang.CharSequence input)
pattern - the pattern to matchinput - the input stringCopyright © 2008–2018 The Aspectran Project. All rights reserved.