|
trimright
| Format:
trimright ( string ) |
Purpose:
Removes trailing whitespace (spaces and tabs) from a string.
Return Values:
Returns the trimmed string.
Example:
heitml input:
<pre>
<? " Hello " "Q">
<? trimright(" Hello ") "Q">
</pre> | resulting output:
" Hello "
" Hello"
|
See Also:
trim(), trimleft().
This page was dynamically generated by
heitml
© 1996-2009 H.E.I. All Rights Reserved
|