MCPcopy
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// 判断字符串是否不包含中文
1660function withoutChinese(text) {
1661 return !/[\u4e00-\u9fa5]/.test(text);
1662}
1663
1664// 文本格式化
1665function format(text) {

Callers 5

processNodeFunction · 0.85
procCozeFunction · 0.85
procOpenaiFunction · 0.85
procMavenFunction · 0.85
procDockerhubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected