Hi,
I read a few articles on ereg and eregi, but im having trouble understanding this. I saw a few examples such as
^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$
and
([[:digit:]]|[~`!@#$%^&*()_=+{}|\:;"/?,]|[|]|-)+
and so on..can someone help me break this down?
I read a few articles on ereg and eregi, but im having trouble understanding this. I saw a few examples such as
^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$
and
([[:digit:]]|[~`!@#$%^&*()_=+{}|\:;"/?,]|[|]|-)+
and so on..can someone help me break this down?
Comment