Uses of Class
org.op4j.functions.FnString.AsciifyMode

Packages that use FnString.AsciifyMode
org.op4j.functions   
 

Uses of FnString.AsciifyMode in org.op4j.functions
 

Methods in org.op4j.functions that return FnString.AsciifyMode
static FnString.AsciifyMode FnString.AsciifyMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FnString.AsciifyMode[] FnString.AsciifyMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.op4j.functions with parameters of type FnString.AsciifyMode
static Function<String,String> FnString.asciify(FnString.AsciifyMode mode)
           ASCIIfies a String containing text in (mainly) European languages by removing a set of recognized diacritic symbols and performing a number of transformations, determined by the FnString.AsciifyMode parameter.
 



Copyright © 2012 The OP4J team. All Rights Reserved.