strtok-v2.e
- Posted by Kat <gertie at PELL.NET> Jul 08, 2002
- 374 views
It's on my Eu webpage: www.pell.net/warning/Euphoria.html New functions, new options on the old functions, comments welcome! Note: wildtok may break existing code, "*a*" will no longer match "abc" "*c*" will no longer match "abc" "a*" will match "abc" "*c" will match "abc" Kat