🌈 搜索
📅  最后修改于: 2022-03-11 15:02:16.532000             🧑  作者: Mango
if (string.match(/^[0-9A-Za-z]+$/) === null) { //is not alphanumeric }else{ //it is alphanumeric }