Ignore forward slash while searching for a pattern using regex in ruby

前端 未结 0 1530
臣服心动
臣服心动 2020-12-18 00:38

I have been trying to make a regex which will search for all username. All username will start with @, so I have made the following regex

([^`\\w]|^)(?

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题