Sunday, 11 August 2013

What p from `preg_match` stands for?

What p from `preg_match` stands for?

In ruby, there is a function called gsub, where g stands for global and
sub stands for substitution.
What p from preg_match?
I suppose reg is for regular and match is really match. Is that correct?

No comments:

Post a Comment