How to prevent php regex finding words with apastrophe

前端 未结 0 878
半阙折子戏
半阙折子戏 2020-12-05 22:31

I am using this pattern to match words in string.

$regExPattern.="(?=.*\\b($w)\\b)";

The problem is when I search can

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