Changes

Jump to: navigation, search

Working with Strings and Text in PHP

No change in size, 14:55, 4 June 2007
Removing Leading and Trailing Whitescape from a PHP String
</pre>
== Removing Leading and Trailing Whitescape Whitespace from a PHP String ==
The leading and trailing whitespcae can be removed from a string using the PHP ''trim()'' function. Whitespace characters are defined by PHp to be space, tab, newline, carriage return, NULL and vertical tab characters.

Navigation menu