标签: javascript regex
请对此提供帮助
const names = helpers.regex('names', new RegExp(/^[\p{L}]+[\p{L}\s'‘’`´-]*$/, 'u')); const city = helpers.regex('city', new RegExp(/^[\p{L}\s-]+$/, 'u'));
在chrome上效果很好,但在mozilla上效果不佳
SyntaxError:正则表达式中无效的标识转义