public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countSlashes(String s) |
static boolean |
hasLeadingSlash(String s) |
static boolean |
hasTrailingSlash(String s) |
static boolean |
isBlank(String s) |
static boolean |
isNotBlank(String s) |
static String[] |
splitBySlash(String s) |
Copyright © 2014 OCPsoft. All Rights Reserved.