Class OnlyHasSupportedCharactersPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.OnlyHasSupportedCharactersPredicate
All Implemented Interfaces:
Predicate<String>

public class OnlyHasSupportedCharactersPredicate extends Object implements Predicate<String>
Predicate to test if a given string is a supported one.

Returns TRUE if the input is composed of alphanumeric or hyphen characters; FALSE otherwise.

  • Constructor Details

    • OnlyHasSupportedCharactersPredicate

      public OnlyHasSupportedCharactersPredicate()
  • Method Details