Línguagem 4DCommands by themeStringVersão: PróximoStringChange string ( fonte : Text ; novo : Text ; posiçao : Integer ) : TextChar ( codigoCaractere : Integer ) : TextCharacter code ( caractere : Text ) : IntegerCompare strings ( string : Text ; stringB : Text {; opções : Integer} ) : IntegerCONVERT FROM TEXT ( texto4D : Text ; conjuntoCaracteres : Text, Integer ; blobConvertido : Blob )Convert to text ( BLOB : Blob ; conjuntoCaracteres : Text, Integer ) : TextDelete string ( fonte : Text ; posiçao : Integer ; numCaracteres : Integer ) : TextGET TEXT KEYWORDS ( texto : Text ; arrPalavrasChaves : Text array {; *} )Insert string ( fonte : Text ; inserir : Text ; posiçao : Integer ) : TextLength ( cadeia : Text ) : IntegerLocalized string ( resNome : Text ) : TextLowercase ( cadeia : Text {; *} ) : TextMatch regex ( padrao ; umaCadeia ; posiçao {; pos_encont ; compr_encont}{; *} ) -> Resultado Match regex ( padrao ; umaCadeia ) -> ResultadoNum ( expression {; separator} ) : RealNum ( expression ; base ) : Real[Position ( find : Text ; aString : Text {; start : Integer {; lengthFound : Integer}}{; *} ) -> IntegerPosition ( 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}{; *} ) : TextSplit string ( stringAseparar : Text ; string : Text {; opções : Integer} ) : CollectionString ( expression {; format {; addTime}} ) : TextString ( expression ; base ) : TextSubstring ( fonte : Text ; aPartirDe : Integer {; numCars : Integer} ) : TextTrim ( aString ) : TextTrim end ( aString ) : TextTrim start ( aString ) : TextUppercase ( cadeia : Text {; *} ) : Text