Regular expression combining match with negative lookahead

前端 未结 0 685
别跟我提以往
别跟我提以往 2020-12-18 15:59

I am looking for a single regular expression that achieves the following:

  • only match words containing [a-z0-9-_] (so /^[a-z0-9-_]+$/i)
  • don
相关标签:
回答
  • 消灭零回复
提交回复
热议问题