Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::isdigit(3stap)


FUNCTION::ISDIGIT

FUNCTION::ISDIGIT

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::isdigit − Checks for a digit.

SYNOPSIS

isdigit:long(str:string)

ARGUMENTS

str

String to check.

GENERAL SYNTAX

isdigit:long(str:string)

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.



function::isdigit(3stap)