public class OnlyHasSupportedCharactersPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the input is composed of alphanumeric or hyphen characters; FALSE otherwise.
| Constructor and Description |
|---|
OnlyHasSupportedCharactersPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(java.lang.String target) |
Copyright © 2018 SAP SE. All Rights Reserved.