public class StringUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
trim(String string)
Trims trailing whitespace from a string value.
|
public static String trim(String string)
Trims trailing whitespace from a string value. According to the PMML specification, the leading whitespace is significant, but the trailing whitespace isn't.
Character.isWhitespace(char)Copyright © 2022. All rights reserved.