MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_hyphen

Function is_hyphen

core/string/char_utils.h:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147constexpr bool is_hyphen(char32_t p_char) {
148 return (p_char == '-') || (p_char == 0x2010) || (p_char == 0x2011);
149}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected