We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自己试了一下这个((25[0-5]|[2[0-4]\d|[0-1]\d{2}|[1-9]?\d).){3}((25[0-5]|[2[0-4]\d|[0-1]\d{2}|[1-9]?\d)),这个 d|[0-1]\d{2}会把0XX这类的"数字"匹配到,但是现实的ip地址对于0XX不都应该不带前面的0吗?所以想请教一下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
自己试了一下这个((25[0-5]|[2[0-4]\d|[0-1]\d{2}|[1-9]?\d).){3}((25[0-5]|[2[0-4]\d|[0-1]\d{2}|[1-9]?\d)),这个
d|[0-1]\d{2}会把0XX这类的"数字"匹配到,但是现实的ip地址对于0XX不都应该不带前面的0吗?所以想请教一下
The text was updated successfully, but these errors were encountered: