이 콘텐츠는 선택한 언어로 제공되지 않습니다.function::isdigitNamefunction::isdigit — Checks for a digit Synopsis isdigit:long(str:string) Argumentsstr 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. 이전다음