Script functions reference > Script functions in alphabetical order > S > StrBlk

StrBlk
Syntax
StrBlk(str);
str 
Description
Removes leading white space (spaces and tabs) in a string.
Returns
A copy of the string with leading white space removed.
Example
$a=strblk("     In the beginning..."); 
Result:
$a="In the beginning..."
OpenText StreamServe 5.6 Updated: 2013-03-01