-
-
Constructor Summary
Constructors
| Constructor and Description |
StringTest() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StringTest
public StringTest()
-
Method Detail
-
camelCase
public void camelCase()
-
capitalize
public void capitalize()
-
deburr
public void deburr()
-
endsWith
public void endsWith()
-
kebabCase
public void kebabCase()
-
snakeCase
public void snakeCase()
-
startCase
public void startCase()
-
startsWith
public void startsWith()
-
trimLeft
public void trimLeft()
-
trimRight
public void trimRight()
-
trunc
public void trunc()
-
words
public void words()
-
padLeft
public void padLeft()
-
padRight
public void padRight()
-
repeat
public void repeat()
Copyright © 2015. All rights reserved.