Saltar al contenido principal
Versión: 21 R2 BETA

String

Change string ( fuente : Text ; nuevo : Text ; posicion : Integer ) : Text
Char ( codigoCaracter : Integer ) : Text
Character code ( unCaracter : Text ) : Integer
Compare strings ( cadenaA : Text ; cadenaB : Text {; opciones : Integer} ) : Integer
CONVERT FROM TEXT ( texto4D : Text ; juegoCaracteres : Text, Integer ; blobConvertido : Blob )
Convert to text ( BLOB : Blob ; juegoCaracteres : Text, Integer ) : Text
Delete string ( fuente : Text ; posicion : Integer ; numCaracteres : Integer ) : Text
GET TEXT KEYWORDS ( texto : Text ; arrPalabrasClaves : Text array {; *} )
Insert string ( fuente : Text ; ainsertar : Text ; posicion : Integer ) : Text
Length ( cadena : Text ) : Integer
Localized string ( resNombre : Text ) : Text
Lowercase ( laCadena {; *} ) : Text
Match regex ( patron ; laCadena ; inicio {; pos_encont. ; long_encont.}{; *} ) -> Resultado 
Match regex ( patron ; laCadena ) -> Resultado

Num ( expression : Text, Boolean, Integer {; separator : Text} ) : Real
Num ( expression : Text, Boolean, Integer ; base : Integer ) : Real

[Position ( buscar : Text ; laText : Text {; inicio : Integer {; longEncont : Integer}}{; *} ) -> Integer
Position ( buscar : Text ; laText : Text; inicio : Integer ; longEncont : Integer ; opciones : Integer ) -> Integer
](../../commands-legacy/position.md)
Replace string ( fuente : Text ; obsoleta : Text ; nueva : Text {; reemplazos : Integer}{; *} ) : Text
Split string ( cadenaASeparar : Text ; separador : Text {; opciones : Integer} ) : Collection
String ( expression : Expression {; format : Integer, Text {; addTime : Time}} ) : Text
String ( expression : Expression ; base : Integer ) : Text

Substring ( fuente : Text ; aPartirDe : Integer {; numCaracteres : Integer} ) : Text
Trim ( aString : Text ) : Text
Trim end ( aString : Text ) : Text
Trim start ( aString : Text ) : Text
Uppercase ( laCadena {; *} ) : Text