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
目前当识别到json某个字段为链接字符串时,会作为a标签回显以支持点击跳转;这看起来很不错! 但是我发现 【识别链接字符串】有待改善,具体表现为当链接字符串中存在“?”等字符时,不能被识别为链接导致没有上述的点击跳转特性; 也就是目前的判断【链接字符串】可能过于严格或不通用,期待更准确合理的匹配,如正则匹配字符串: /^(((ht|f)tps?)://)?(^!@#$%^&*?.\s-?.)+[a-z]{2,6}/?/ 即满足识别为链接URL 期待完善!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前当识别到json某个字段为链接字符串时,会作为a标签回显以支持点击跳转;这看起来很不错!
但是我发现 【识别链接字符串】有待改善,具体表现为当链接字符串中存在“?”等字符时,不能被识别为链接导致没有上述的点击跳转特性;
也就是目前的判断【链接字符串】可能过于严格或不通用,期待更准确合理的匹配,如正则匹配字符串:
/^(((ht|f)tps?)://)?(^!@#$%^&*?.\s-?.)+[a-z]{2,6}/?/ 即满足识别为链接URL
期待完善!!
The text was updated successfully, but these errors were encountered: