We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
/([\x{4E00}-\x{9FCC}])([0-9]{4}[0-9]{2}[0-9]{2}--[0-9]{4}[0-9]{2}[0-9]{2})(\d.\d*)/u
The text was updated successfully, but these errors were encountered:
当前还没有支持 unicode flag。
不过 \x{4E00} 这是 php 的写法?
Sorry, something went wrong.
是的,php还可以这样支持汉字:/\p{Han}+/u
这个似乎只需要把花括号去掉,就和 JavaScript 一样了,就能识别了。
No branches or pull requests
/([\x{4E00}-\x{9FCC}])([0-9]{4}[0-9]{2}[0-9]{2}--[0-9]{4}[0-9]{2}[0-9]{2})(\d.\d*)/u
The text was updated successfully, but these errors were encountered: