public class StringUtils
extends java.lang.Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
uniformizePathPattern(java.lang.String path)
Replaces all "\" character with "/" character, and ensures that there is no double "/".
|