# LD **Repository Path**: github-28527096/LD ## Basic Information - **Project Name**: LD - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-30 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 遵纪守法 下载 #### 设置密码正则 const pwd =/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{8,18}$/,str = '19883247066zz'; console.log(pwd.test(str),'test');