RuleBasedTransliterator
, Transliterator
public interface StringTransform extends Transform<String,String>
Modifier and Type | Method | Description |
---|---|---|
String |
transform(String source) |
Transform the text in some way, to be determined by the subclass.
|
Copyright © 2016 Unicode, Inc. and others.