1FUNCTION::ISDIGIT(3stap)A collection of standard strinFUNCTION::ISDIGIT(3stap)
23
4
NAME
6function::isdigit - Checks for a digit
7
SYNOPSIS
9isdigit:long(str:string)
10
ARGUMENTS
12str
13string to check
14
DESCRIPTION
16Checks for a digit (0 through 9) as the first character of a string.
17Returns non-zero if true, and a zero if false.
1819
20
21
SystemTap Tapset Reference August 2011 FUNCTION::ISDIGIT(3stap)