PHP: String Functions Web App
This web app demonstrates various PHP string functions. It is written in PHP with HTML5 and uses jQuery for storing and displaying additional data and modifying the form on the fly.
$myStringVar =
ltrim
rtrim
trim
strtoupper
strtolower
ucwords
ucfirst
lcfirst
str_word_count
strlen
strstr
stristr
strpos
str_replace
substr
strip_tags
addslashes
stripslashes
htmlentities
html_entity_decode
str_shuffle
md5
($myStringVar)