StrBlk Syntax StrBlk(str); str A string to scan. 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..."
StrBlk(str);
str
$a=strblk(" In the beginning...");
$a="In the beginning..."