Compare strings with mask

Just starting out? Need help? Post your questions and find answers here.
PureUser
User
User
Posts: 31
Joined: Sun Oct 05, 2003 11:18 pm

Compare strings with mask

Post by PureUser »

Any ideas how to compare string with a mask?
ex. PureUser@yahoo.com mask pure*@*.com
And the procedure will return 1 or 0...
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Post by einander »

A new recursive code is moved to Tricks 'n' Tips- Recursive Comparison - String & Mask

viewtopic.php?t=7819
Last edited by einander on Wed Oct 08, 2003 12:13 pm, edited 1 time in total.
PureUser
User
User
Posts: 31
Joined: Sun Oct 05, 2003 11:18 pm

Post by PureUser »

cool... thx...
Post Reply