Skip to content

@miyue-mma/shared / isComplexString

函数: isComplexString()

ts
function isComplexString(str): boolean

字母、数字、下划线或中划线组成,不能以下划线或者中划线开头和结尾 复杂字符串

参数

str

string

返回

boolean

Released under the MIT License.