[removed] Passing a function with matches to replace( regex, func(arg) ) doesn't work

后端 未结 2 1436
孤城傲影
孤城傲影 2020-12-29 07:40

According to this site the following replace method should work, though I am sceptical. http://www.bennadel.com/blog/55-Using-Methods-in-Javascript-Replace-Method.htm

<
2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-29 08:29

    I think you're looking for new RegExp(pattern, modifiers).

    http://www.w3schools.com/jsref/jsref_obj_regexp.asp

提交回复
热议问题