php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "ungreedy modifier"

Are there any best practices for optimizing regular expressions in PHP to improve performance?

Regular expressions can sometimes be resource-intensive, especially when dealing with large strings or complex patterns. To optimize regular expressio...

What is the difference between eregi and preg_match in PHP?

The main difference between eregi and preg_match in PHP is that eregi is a case-insensitive version of the preg_match function. This means that eregi...

What is the purpose of using the spliti function in PHP and what are its potential pitfalls?

The purpose of using the spliti function in PHP is to split a string into an array using a case-insensitive regular expression. This can be useful whe...

Showing 376 to 378 of 378 results

‹ 1 2 ... 67 68 69 70 71 72 73 74 75 76 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.