public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
htmlEscape(String s)
Replaces tokens that are meaningful in html with their entity representations.
|
static String |
nCopies(String s,
int count)
Returns a new string consisting of n copies of the given string.
|
static String |
ucfirst(String s)
Upper-cases the first letter of the given string
|
public static String ucfirst(String s)
s - String to convert.public static String htmlEscape(String s)
s - String to escape.Copyright © 2017–2021 DataStax. All rights reserved.