Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search and replace
Message
De
23/01/2004 14:18:12
 
 
À
23/01/2004 14:01:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00869816
Message ID:
00870063
Vues:
16
Not to stress to you, but ( dot , ... ) :
PrefixChars = "., "
if  right(mytext, len('xxx'))==lower('xxx') and LEFT(RIGHT(mytext,1+len('xxx')),1) $ m.PrefixChars
    * do it again
endif
In general, for a set of prefix chars and a set of suffix chars,
a complex matching machine is need.

With only, space separators this task is more simple.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform