| |
trimleft
Format:
trimleft ( string ) |
Purpose:
Removes leading whitespace (spaces and tabs) from a string.
Return Values:
Returns the trimmed string.
Example:
input: | resulting output:
| <pre>
<? " Hello " "Q">
<? trimleft(" Hello ") "Q">
</pre> |
' Hello '
'Hello '
|
See Also:
trim(), trimright().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product ConfiguratorDemo
(3D Produkt Konfigurator Demo in German).
© 1996-2025 H.E.I. All Rights Reserved.
|