StringPreparationspublic interface StringPreparation
| Modifier and Type | Method | Description |
|---|---|---|
String |
normalize(String value) |
Normalize a UTF-8 String according to this String Preparation rules.
|
String normalize(String value) throws IllegalArgumentException
value - The String to prepareIllegalArgumentException - If the String to prepare is not valid.Copyright © 2017–2018. All rights reserved.