Saltar para o conteúdo principal
Versão: Próximo

String

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

Substring ( fonte : Text ; aPartirDe : Integer {; numCars : Integer} ) : Text
Trim ( aString ) : Text
Trim end ( aString ) : Text
Trim start ( aString ) : Text
Uppercase ( cadeia : Text {; *} ) : Text