Pattern matching
- Posted by thomasj866 at yahoo.com Apr 15, 2004
- 563 views
Hi, I need to find IP in a string. Using wildcard_match() in wildcard.e i.e wildcard_match("*.*.*.*", string) only return true or false. I want it to return position and if possible test if it is legal. thanks Tj