Regex query to look for a keyword/string while ignore special characters like = or ^

前端 未结 0 1069
我在风中等你
我在风中等你 2020-12-08 06:50

I\'m trying to look for a keyword e.g. T4 within a document using the following regex:

(\\bT4\\b)

It works for the most part and it picks up the words T4s. How

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