wildcard_match question
- Posted by Salix <salix at freema?l.hu> Jul 06, 2007
- 546 views
include wildcard.e ? wildcard_match("*ema*l*"," the email address") ? wildcard_match("*ema*l*","* the email address")
Is it meant to work like this? I thougth string st2 ("* the email address") matches pattern st1 ("*em*l*") in the second case. Best regards, Salix