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

Function isSpecialCharacter

packages/ast/parse/linen/tokenize/index.js:5–7  ·  view source on GitHub ↗
(character)

Source from the content-addressed store, hash-verified

3}
4
5function isSpecialCharacter(character) {
6 return ['!', '?', '.', ','].includes(character);
7}
8
9function tokenize(input) {
10 const tokens = [];

Callers 1

tokenizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected