Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

敏感数据检测的正则存在误报建议使用以下正则(python需要调整,我这边写的是标准语法) #121

Open
SpenserCai opened this issue Dec 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SpenserCai
Copy link

(?<!\d)(86|086|(?<!\d))[1][345789][0-9]{9}(?!\d)

@exexute exexute added the enhancement New feature or request label Dec 23, 2021
@exexute exexute pinned this issue Dec 23, 2021
@exexute
Copy link
Contributor

exexute commented Dec 23, 2021

(?<!\d)(86|086|(?<!\d))[1][345789][0-9]{9}(?!\d)

Thanks for the feedback, we will set this regularity as the default regularity.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants