public interface StringFilter
StringFilter
defines a pattern to filter a given String
;Modifier and Type | Interface and Description |
---|---|
static class |
StringFilter.NullStringFilter
A "null pattern" implementation of
StringFilter . |
Modifier and Type | Method and Description |
---|---|
String |
filter(String input)
Returns the filtered
input String . |
Copyright © 2003–2021 XDEV Software. All rights reserved.