exclude underscore from alpha numeric regex

前端 未结 5 1572
轮回少年
轮回少年 2020-12-10 11:47

I want use \\w regex for to allow alpha numeric but I don\'t want underscore _ to be part of it. Since _ is included in \\w

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