public final class StringUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
PATTERN_SPACE |
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
splitOnSpace(String s) |
static String[] |
tokenizeOnSpace(String s)
Split at spaces but keep them
|
public static final Pattern PATTERN_SPACE
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.