MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / isUsernameCharacter

Function isUsernameCharacter

apps/web/ui/MessageForm/index.tsx:58–60  ·  view source on GitHub ↗
(character: string)

Source from the content-addressed store, hash-verified

56}
57
58function isUsernameCharacter(character: string) {
59 return !!character && /[a-zA-Z0-9\.]/.test(character);
60}
61
62function isMentionCharacter(character: string) {
63 return character === '@' || character === '!';

Callers 2

isMentionModeFunction · 0.85
getMentionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected