Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace character expression
Message
De
08/07/2010 11:28:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01471799
Message ID:
01471848
Vues:
91
This message has been marked as the solution to the initial question of the thread.
Try the following:
oRegEx = NEWOBJECT("VBScript.RegExp")
oRegEx.Pattern = "\[(\d)\]"
cFile = oRegEx.Replace(cFile, "[0$1]")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform