Change string ( fonte : Text ; novo : Text ; posiçao : Integer ) : Text
|
Char ( codigoCaractere : Integer ) : Text
|
Character code ( caractere : Text ) : Integer
|
Compare strings ( string : Text ; stringB : Text {; opções : Integer} ) : Integer
|
CONVERT FROM TEXT ( texto4D : Text ; conjuntoCaracteres : Text, Integer ; blobConvertido : Blob )
|
Convert to text ( BLOB : Blob ; conjuntoCaracteres : Text, Integer ) : Text
|
Delete string ( fonte : Text ; posiçao : Integer ; numCaracteres : Integer ) : Text
|
GET TEXT KEYWORDS ( texto : Text ; arrPalavrasChaves : Text array {; *} )
|
Insert string ( fonte : Text ; inserir : Text ; posiçao : Integer ) : Text
|
Length ( cadeia : Text ) : Integer
|
Localized string ( resNome : Text ) : Text
|
Lowercase ( cadeia : Text {; *} ) : Text
|
Match regex ( padrao ; umaCadeia ; posiçao {; pos_encont ; compr_encont}{; *} ) -> Resultado Match regex ( padrao ; umaCadeia ) -> Resultado
|
Num ( expression : Text, Boolean, Integer {; separator : Text} ) : Real Num ( expression : Text, Boolean, Integer ; base : Integer ) : Real
|
[Position ( find : Text ; aString : Text {; start : Integer {; lengthFound : Integer}}{; *} ) -> Integer Position ( find : Text ; aString : Text; start : Integer ; lengthFound : Integer ; options : Integer ) -> Integer |
](../../commands-legacy/position.md)
|
Replace string ( source : Text ; oldString : Text ; newString : Text {; howMany : Integer}{; *} ) : Text
|
Split string ( stringAseparar : Text ; string : Text {; opções : Integer} ) : Collection
|
String ( expression : Expression {; format : Integer, Text {; addTime : Time}} ) : Text String ( expression : Expression ; base : Integer ) : Text
|
Substring ( fonte : Text ; aPartirDe : Integer {; numCars : Integer} ) : Text
|
Trim ( aString : Text ) : Text
|
Trim end ( aString : Text ) : Text
|
Trim start ( aString : Text ) : Text
|
Uppercase ( cadeia : Text {; *} ) : Text
|