MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / ascii_letters_set

Function ascii_letters_set

include/stringzilla/stringzilla.hpp:327–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325using byteset = basic_byteset<char>;
326
327inline byteset ascii_letters_set() { return byteset {ascii_letters(), sizeof(ascii_letters())}; }
328inline byteset ascii_lowercase_set() { return byteset {ascii_lowercase(), sizeof(ascii_lowercase())}; }
329inline byteset ascii_uppercase_set() { return byteset {ascii_uppercase(), sizeof(ascii_uppercase())}; }
330inline byteset ascii_printables_set() { return byteset {ascii_printables(), sizeof(ascii_printables())}; }

Callers 4

is_alphaMethod · 0.85
is_alnumMethod · 0.85
is_alphaMethod · 0.85
is_alnumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…