Aller au contenu principal
Version : Suivant

Chaînes de caractères

Change string ( source : Text ; nouveau : Text ; positionDépart : Integer ) : Text
Char ( codeCaractère : Integer ) : Text
Character code ( unCaractère : Text ) : Integer
Compare strings ( aString : Text ; bString : Text {; options : Integer} ) : Integer
CONVERT FROM TEXT ( texte4D : Text ; jeuCaractères : Text, Integer ; blobConverti : Blob )
Convert to text ( blob : Blob ; jeuCaractères : Text, Integer ) : Text
Delete string ( source : Text ; positionDépart : Integer ; nbCars : Integer ) : Text
GET TEXT KEYWORDS ( texte : Text ; tabMotsClés : Text array {; *} )
Insert string ( source : Text ; insertion : Text ; positionDépart : Integer ) : Text
Length ( chaîne : Text ) : Integer
Localized string ( resName : Text ) : Text
Lowercase ( laChaîne {; *} ) : Text
Match regex ( motif ; laChaîne ; début {; pos_trouvée ; long_trouvée}{; *} ) -> Résultat 
Match regex ( motif ; laChaîne ) -> Résultat

Num ( expression {; separator} ) : Real
Num ( expression ; base ) : Real

[Position ( àChercher : Text ; laChaîne : Text {; début : Integer {; longTrouvée : Integer}}{; *} ) -> Integer
Position ( àChercher : Text ; laChaîne : Text; début : Integer ; longTrouvée : Integer ; options : Integer ) -> Integer
](../../commands-legacy/position.md)
Replace string ( source : Text ; obsolète : Text ; nouveau : Text {; combien : Integer}{; *} ) : Text
Split string ( chaîneASéparer : Text ; séparateur : Text {; options : Integer} ) : Collection
String ( expression {; format {; addTime}} ) : Text
String ( expression ; base ) : Text

Substring ( source : Text ; àPartirDe {; nbCars : Integer} ) : Text
Trim ( aString ) : Text
Trim end ( aString ) : Text
Trim start ( aString ) : Text
Uppercase ( laChaîne {; *} ) : Text