Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codename-co/stack
/ isCircledLetter
Function
isCircledLetter
packages/website/src/helpers/string.ts:4–4 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
2
str.match(/^\p{Extended_Pictographic}$/u);
3
4
export
const
isCircledLetter = (str: string) => str.match(/^[\u24B6-\u24E9]$/);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected