📄️ Change string
Change string ( fuente ; nuevo ; posicion ) : Text
📄️ Char
Char ( codigoCaracter ) : Text
📄️ Character code
Character code ( unCaracter ) : Integer
📄️ Compare strings
Compare strings ( cadenaA ; cadenaB {; opciones} ) : Integer
📄️ CONVERT FROM TEXT
CONVERT FROM TEXT ( texto4D ; juegoCaracteres ; blobConvertido )
📄️ Convert to text
Convert to text ( BLOB ; juegoCaracteres ) : Text
📄️ Delete string
Delete string ( fuente ; posicion ; numCaracteres ) : Text
📄️ GET TEXT KEYWORDS
GET TEXT KEYWORDS ( texto ; arrPalabrasClaves {; *} )
📄️ Insert string
Insert string ( fuente ; ainsertar ; posicion ) : Text
📄️ Length
Length ( cadena ) : Integer
📄️ Localized string
Localized string ( resNombre ) : Text
📄️ Lowercase
Lowercase ( laCadena {; *} ) : Text
📄️ Match regex
Match regex ( patron ; laCadena ; inicio {; posencont. ; longencont.}{; *} ) -> Resultado
📄️ Num
Num ( expresion {; separador} ) : Real
📄️ Position
Position ( buscar ; laCadena {; inicio {; longEncont}}{; *} ) -> Resultado
📄️ Replace string
Replace string ( fuente ; obsoleta ; nueva {; reemplazos}{; *} ) : Text
📄️ Split string
Split string ( cadenaASeparar ; separador {; opciones} ) : Collection
📄️ String
String ( expresion {; formato {; agregarHora}} ) : Text
📄️ Substring
Substring ( fuente ; aPartirDe {; numCaracteres} ) : Text
📄️ Uppercase
Uppercase ( laCadena {; *} ) : Text