🌈 搜索
📅  最后修改于: 2022-03-11 15:01:53.347000             🧑  作者: Mango
str = "hello123!" str.match(/(\d+)/)[1] //Best way to find first matching number in string ;)