📌  相关文章
📜  检查字符串是否在打字稿代码示例中包含数字

📅  最后修改于: 2022-03-11 14:48:36.243000             🧑  作者: Mango

代码示例1
var isInclude = myString.match(/\d+/g);
//isInclude is RegExpMatchArray type and contain an array of letters are include in myString