Is there a good article that explains why php does not support =~ like
perl for regex? I am confused by all the different ways one can do
regex in php but it would seem supporting =~ would eliminate alot of
redundancy. What am i missing here?
perl for regex? I am confused by all the different ways one can do
regex in php but it would seem supporting =~ would eliminate alot of
redundancy. What am i missing here?
Comment