public final class StringUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stripTrailingSlash(java.lang.String s)
Strips the trailing slash from a string if it has a trailing slash; otherwise return the
string unchanged.
|