PHPMaster: String Handling Functions
PHP has a vast selection of built-in string handling functions that allow you to easily manipulate strings in almost any possible way. However, learning all these functions, remembering what they do, and when they might come in handy can be a bit daunting, especially for new developers. There is no way I can cover every string function in one article, and besides, that is what the PHP manual is for! But what I will do is show how to work with some of the most commonly used string handling functions that you should know. After this, you’ll be working with strings as well as any concert violinist! On the Case PHP offers several functions that enable you to manipulate the case of characters within a string without having to edit the string character by character
Read More:
PHPMaster: String Handling Functions