-
public final class TextUtils
-
-
Method Summary
Modifier and Type Method Description final static Integercount(String $self, String text)Given the following text abcdeabcjklaband count how manyabc, then should return 2.final static <ERROR CLASS>trimFileName(String $self)final static <ERROR CLASS>normalizeFileName(String $self)final static <ERROR CLASS>trimFileSeparator(String $self)final static <ERROR CLASS>trimWhiteSpace(String $self)final static <ERROR CLASS>replaceCompletely(String $self, String match, String replaceWith)final static BooleanisKitkatSdCardStorageId(String $self)final static BooleanhasParent(String $self, String parentPath)final static BooleanchildOf(String $self, String parentPath)final static Stringparent(String $self)-
-
Method Detail
-
count
final static Integer count(String $self, String text)
Given the following text
abcdeabcjklaband count how manyabc, then should return 2.
-
trimFileName
final static <ERROR CLASS> trimFileName(String $self)
-
normalizeFileName
final static <ERROR CLASS> normalizeFileName(String $self)
-
trimFileSeparator
final static <ERROR CLASS> trimFileSeparator(String $self)
-
trimWhiteSpace
final static <ERROR CLASS> trimWhiteSpace(String $self)
-
replaceCompletely
final static <ERROR CLASS> replaceCompletely(String $self, String match, String replaceWith)
-
isKitkatSdCardStorageId
final static Boolean isKitkatSdCardStorageId(String $self)
-
-
-
-