logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::isdigit - Checks for a digit

Arguments

str
           string to check

Description

       Checks for a digit (0 through 9) as the first character of a string. Returns non-zero if true, and a zero
       if false.

Name

       function::isdigit - Checks for a digit

See Also

tapset::string(3stap)

SystemTap Tapset Reference                         April 2024                           FUNCTION::ISDIGIT(3stap)

Synopsis

           isdigit:long(str:string)

See Also