Posted by Mustafa Yalcin Acikyildiz on 12/16/05 12:04
ereg('[[:alnum:]]{1,10}, 'abcdef'); <- match alpha numeric characters or ereg('[a-z]{1,10}, 'abcdef'); <- only matching 'a to z' (lower case) look this site for more information about regexp http://www.regularexpressions.info/
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming