标签:regex end pre mic exp 正则 转义 lod data
转义RegExp
中特殊的字符 "^", "$", "\", ".", "*", "+", "?", "(", ")", "[", "]", "{", "}", 以及 "|"。
_.escapeRegExp(‘[lodash](https://lodash.com/)‘);
// => ‘\[lodash\]\(https://lodash\.com/\)‘
标签:regex end pre mic exp 正则 转义 lod data
原文地址:https://www.cnblogs.com/mengfangui/p/9210506.html