Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible regular expression problem
Message
 
To
21/07/2006 17:03:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01138721
Message ID:
01138732
Views:
10
You do not need RE if it is simple as your example, you could use Like()

? Like('\dir1\???.zip', '\dir1\xxx.zip') or
? Like('\dir1\*.zip', '\dir1\xxx.zip')


>How can I find out if lcFileName complies with skeleton lcFileSkeleton? For example '\dir1\xxx.zip' complies with skeleton '\dir1\*.zip'.
>
>TIA,
>
>Alex
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform