I need to exclude the specific two-character string `[?` from a regex match search

前端 未结 0 1263
广开言路
广开言路 2021-02-04 13:10

I am using this regex string to find all periods and exclamation and question marks that have white space around them or are not part of decimals:

/\\.(?=\\s|$)|\         


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