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.
18
SEE ALSO
20tapset::string(3stap)
2122
23
24
SystemTap Tapset Reference April 2023 FUNCTION::ISDIGIT(3stap)