Package cronapi.text

Class Operations


  • public class Operations
    extends Object
    Classe que representa ...
    Since:
    2017-04-03
    Version:
    1.0
    Author:
    Usuário de Teste
    • Constructor Detail

      • Operations

        public Operations()
    • Method Detail

      • titleCase

        public static final Var titleCase​(Var text)
      • 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()
      • replace

        public static final Var replace​(Var textReplace,
                                        Var target,
                                        Var replacement)
      • replaceAll

        public static final Var replaceAll​(Var textReplace,
                                           Var regex,
                                           Var replacement)
      • replaceFirst

        public static final Var replaceFirst​(Var textReplace,
                                             Var regex,
                                             Var replacement)
      • normalize

        public static final Var normalize​(Var nonNormalizedText)
      • startsWith

        public static final Var startsWith​(Var textStarts,
                                           Var prefixStartsWith)
      • formatTextWithReplacement

        public static Var formatTextWithReplacement​(Var text,
                                                    Var... terms)