Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Bistutu/FluentRead
/ withoutChinese
Function
withoutChinese
userscripts.js:1660–1662 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
1658
1659
// 判断字符串是否不包含中文
1660
function
withoutChinese(text) {
1661
return
!/[\u4e00-\u9fa5]/.test(text);
1662
}
1663
1664
// 文本格式化
1665
function
format(text) {
Callers
5
processNode
Function · 0.85
procCoze
Function · 0.85
procOpenai
Function · 0.85
procMaven
Function · 0.85
procDockerhub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected