php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulate strings"

How can regular expressions be used to manipulate strings in PHP?

Regular expressions can be used in PHP to search, match, and manipulate strings based on specific patterns. This can be useful for tasks such as findi...

How can substr() and strlen() functions be used to manipulate strings in PHP effectively?

To manipulate strings effectively in PHP, you can use the substr() function to extract a portion of a string and the strlen() function to get the leng...

Are there any specific PHP functions that can be used to manipulate strings in an array?

To manipulate strings in an array in PHP, you can use functions like array_map() or array_walk(). These functions allow you to apply a callback functi...

How can PHP functions like strpos() and substr() be used to manipulate strings effectively?

To manipulate strings effectively in PHP, functions like strpos() and substr() can be used. strpos() is used to find the position of a substring withi...

What are some common methods to manipulate strings in PHP?

One common method to manipulate strings in PHP is using built-in string functions such as `strlen()`, `substr()`, `str_replace()`, `strtolower()`, `st...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.