public interface StringPreparation
Modifier and Type | Method and 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 © 2019–2024. All rights reserved.