@Public public interface CharacterFilter
Modifier and Type | Field and Description |
---|---|
static CharacterFilter |
NO_OP_FILTER |
Modifier and Type | Method and Description |
---|---|
String |
filterCharacters(String input)
Filter the given string and generate a resulting string from it.
|
static final CharacterFilter NO_OP_FILTER
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.