Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with removing something from string
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Problem with removing something from string
Divers
Thread ID:
00469416
Message ID:
00469416
Vues:
65
Hi everyone,

I have this problem: my application returns a string which is form of where condition, e.g.

"SiteMstr.ccode='01' and inslist(TranMstr.Lender,code1, code2) and etc."

We're going to implement Data Warehouse algorithm, and therefore, I want to exclude all references to Table aliases from this string. The tables are limited to just three (may be four):
SiteMstr
TranMstr
PropMstr

My problem is that I don't know, how did I spell it, e.g. it could be:
Sitemstr
SITEMSTR
SiteMStr
etc.

Of course, since it's my application, I can go through the form code, and use just one name convention everywhere, like "SiteMstr", but I'd like to know, perhaps there is more elegant solution.

I guess, RegExp should help me here, but I don't know, how to use it in this case.

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform