Saltar al contenido principal
Versión: Siguiente

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 {; separator} ) : Real
Num ( expression ; base ) : 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 {; format {; addTime}} ) : Text
String ( expression ; base ) : Text

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