PHP·98 questions

How to work with regular expressions?

Answer
preg_match() — search.
preg_match_all() — all matches.
preg_replace() — replace.
preg_split() — split.
Modifiers: i, s, m, u.
Was this answer helpful?

More questions in this topic

Related questions from other topics