Langage 4D Commandes StringVersion: 20 R10 BETA StringChange string ( source ; nouveau ; positionDépart ) : Text Char ( codeCaractère ) : Text Character code ( unCaractère ) : Integer Compare strings ( aString ; bString {; options} ) : Integer CONVERT FROM TEXT ( texte4D ; jeuCaractères ; blobConverti ) Convert to text ( blob ; jeuCaractères ) : Text Delete string ( source ; positionDépart ; nbCars ) : Text GET TEXT KEYWORDS ( texte ; tabMotsClés {; *} ) Insert string ( source ; insertion ; positionDépart ) : Text Length ( chaîne ) : Integer Localized string ( resName ) : 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 {; séparateur} ) : Real Position ( àChercher ; laChaîne {; début {; longTrouvée}}{; *} ) -> Résultat Position ( àChercher ; laChaîne ; début ; longTrouvée ; options ) -> Résultat Replace string ( source ; obsolète ; nouveau {; combien}{; *} ) : Text Split string ( chaîneASéparer ; séparateur {; options} ) : Collection String ( expression {; format {; heureComb}} ) : Text Substring ( source ; àPartirDe {; nbCars} ) : Text Uppercase ( laChaîne {; *} ) : Text