php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "preg_replace"

What is the difference between using eregi_replace and preg_replace in PHP?

The main difference between eregi_replace and preg_replace in PHP is that eregi_replace is case-insensitive, while preg_replace is case-sensitive. The...

What is the difference between preg_replace and str_replace in PHP?

The main difference between preg_replace and str_replace in PHP is the way they handle replacements. str_replace performs a simple string replacement...

What is the difference between str_replace() and preg_replace() in PHP?

The main difference between str_replace() and preg_replace() in PHP is that str_replace() performs a simple text replacement based on exact matches, w...

What is the difference between using preg_replace and str_replace in PHP?

The main difference between preg_replace and str_replace in PHP is that preg_replace allows for the use of regular expressions for pattern matching an...

What is the difference between using str_replace and preg_replace in PHP?

The main difference between using str_replace and preg_replace in PHP is that str_replace performs a simple text replacement based on exact matches, w...

Showing 11 to 15 of 1578 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 315 316 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.