Package cronapi.text
Class Operations
java.lang.Object
cronapi.text.Operations
Classe que representa ...
- Since:
- 2017-04-03
- Version:
- 1.0
- Author:
- Usuário de Teste
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Varstatic VarformatTextWithReplacement(Var text, Var... terms) static final VargetFirstLetter(Var text) static final VargetLastLetter(Var text) static final Varstatic final VargetLetterFromEnd(Var text, Var index) static final VargetLettersFromEndToFromEnd(Var text, Var index1, Var index2) static final VargetLettersFromEndToFromLast(Var text, Var index1) static final VargetLettersFromEndToFromStart(Var text, Var index1, Var index2) static final VargetLettersFromFirstToEnd(Var text) static final VargetLettersFromFirstToFromEnd(Var text, Var index1) static final VargetLettersFromFirstToFromStart(Var text, Var index1) static final VargetLettersFromStartToFromEnd(Var text, Var index1, Var index2) static final VargetLettersFromStartToFromStart(Var text, Var index1, Var index2) static final VargetLettersFromStartToLast(Var text, Var index1) static final VargetRandomLetter(Var text) static final Varnewline()static final Varstatic final Varstatic final Varstatic final Varstatic final VarreplaceAll(Var textReplace, Var regex, Var replacement) static final VarreplaceFirst(Var textReplace, Var regex, Var replacement) static final VarstartsWith(Var textStarts, Var prefixStartsWith) static final Var
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
newText
- Throws:
Exception
-
newText
- Throws:
Exception
-
concat
- Throws:
Exception
-
titleCase
-
getLetter
- Throws:
Exception
-
getLetterFromEnd
- Throws:
Exception
-
getFirstLetter
- Throws:
Exception
-
getLastLetter
- Throws:
Exception
-
getRandomLetter
- Throws:
Exception
-
getLettersFromStartToFromStart
public static final Var getLettersFromStartToFromStart(Var text, Var index1, Var index2) throws Exception - Throws:
Exception
-
getLettersFromStartToFromEnd
public static final Var getLettersFromStartToFromEnd(Var text, Var index1, Var index2) throws Exception - Throws:
Exception
-
getLettersFromStartToLast
- Throws:
Exception
-
getLettersFromEndToFromStart
public static final Var getLettersFromEndToFromStart(Var text, Var index1, Var index2) throws Exception - Throws:
Exception
-
getLettersFromEndToFromEnd
public static final Var getLettersFromEndToFromEnd(Var text, Var index1, Var index2) throws Exception - Throws:
Exception
-
getLettersFromEndToFromLast
- Throws:
Exception
-
getLettersFromFirstToFromStart
- Throws:
Exception
-
getLettersFromFirstToFromEnd
- Throws:
Exception
-
getLettersFromFirstToEnd
- Throws:
Exception
-
newline
-
replace
-
replaceAll
-
replaceFirst
-
normalize
-
startsWith
-
formatTextWithReplacement
-