public final class WhitespaceConversions extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
collapse(String text)
Collapse whitespace in string.
|
static String |
replace(String text)
Replace non-space whitespace in string.
|
static String |
trim(String text)
Trim leading and trailing whitespace in string.
|
public static String replace(String text)
text - value to be converted (null if none)null if none)public static String collapse(String text)
text - value to be converted (null if none)null if none)Copyright © 2005–2016 jibx.org. All rights reserved.