Skip to content

Home > sculp-js > isIdNo

isIdNo() function

判断字符串是否为身份证号码格式

Signature:

typescript
isIdNo: (value: string) => boolean

Parameters

Parameter

Type

Description

value

string

Returns:

boolean

{boolean}

Released under the MIT License.