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

Function ascii_lowercase_set

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

Source from the content-addressed store, hash-verified

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())}; }
331inline byteset ascii_controls_set() { return byteset {ascii_controls(), sizeof(ascii_controls())}; }

Callers 2

is_lowerMethod · 0.85
is_lowerMethod · 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…