Regex match exact number not if it exist in string

前端 未结 2 1398
有刺的猬
有刺的猬 2020-12-12 06:28

My regex:

/3\\b/

Matches:

103

134,256,3

I want it to only match the lone 3. The number 3 will be a dyna

2条回答
提交回复
热议问题