Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/
Class
packages/llm/src/utils/string.ts:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
default
class
StringUtils {
2
static clean(text: string) {
3
return
text.split(
'#'
).shift().replace(/[^A-Za-z0-9\s]/g,
''
)
4
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected