Package cronapi.text
Class Operations
- java.lang.Object
-
- cronapi.text.Operations
-
public class Operations extends Object
Classe que representa ...- Since:
- 2017-04-03
- Version:
- 1.0
- Author:
- Usuário de Teste
-
-
Constructor Summary
Constructors Constructor Description Operations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Varconcat(Var item, Var... itens)static VarformatTextWithReplacement(Var text, Var... terms)static VargetFirstLetter(Var text)static VargetLastLetter(Var text)static VargetLetter(Var text, Var index)static VargetLetterFromEnd(Var text, Var index)static VargetLettersFromEndToFromEnd(Var text, Var index1, Var index2)static VargetLettersFromEndToFromLast(Var text, Var index1)static VargetLettersFromEndToFromStart(Var text, Var index1, Var index2)static VargetLettersFromFirstToEnd(Var text)static VargetLettersFromFirstToFromEnd(Var text, Var index1)static VargetLettersFromFirstToFromStart(Var text, Var index1)static VargetLettersFromStartToFromEnd(Var text, Var index1, Var index2)static VargetLettersFromStartToFromStart(Var text, Var index1, Var index2)static VargetLettersFromStartToLast(Var text, Var index1)static VargetRandomLetter(Var text)static Varnewline()static VarnewText(Var text)static VarnewText(Var... text)static Varnormalize(Var nonNormalizedText)static Varreplace(Var textReplace, Var target, Var replacement)static VarreplaceAll(Var textReplace, Var regex, Var replacement)static VarreplaceFirst(Var textReplace, Var regex, Var replacement)static VarstartsWith(Var textStarts, Var prefixStartsWith)static VartitleCase(Var text)
-
-
-
Method Detail
-
getLetter
public static final Var getLetter(Var text, Var index) throws Exception
- Throws:
Exception
-
getLetterFromEnd
public static final Var getLetterFromEnd(Var text, Var index) throws Exception
- Throws:
Exception
-
getRandomLetter
public static final Var getRandomLetter(Var text) throws Exception
- 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
public static final Var getLettersFromStartToLast(Var text, Var index1) throws Exception
- 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
public static final Var getLettersFromEndToFromLast(Var text, Var index1) throws Exception
- Throws:
Exception
-
getLettersFromFirstToFromStart
public static final Var getLettersFromFirstToFromStart(Var text, Var index1) throws Exception
- Throws:
Exception
-
getLettersFromFirstToFromEnd
public static final Var getLettersFromFirstToFromEnd(Var text, Var index1) throws Exception
- Throws:
Exception
-
getLettersFromFirstToEnd
public static final Var getLettersFromFirstToEnd(Var text) throws Exception
- Throws:
Exception
-
newline
public static final Var newline()
-
-