我无法使用 Lodash 将字符串成功匹配到正则表达式。
我会尝试以下代码示例:
regex = /foo/;
// ele.id might be undefined
_.result(ele.id, 'match(regex)');
_.invoke(ele.id, ['match'], [regex]);
_.invoke(ele.id, ['match'], ['regex']);
有谁知道如何使用 Lodash 字符串匹配正则表达式参数?
12345678_0001
慕码人2483693
Cats萌萌
相关分类