Namespaces
Variants
Views
Actions

Talk:cpp/string/byte

From cppreference.com

memchr/memcmp are listed under heading "Character array manipulation", though they don't manipulate. IMHO they should be in the section above "String examination". what do you think? (87.128.68.248 08:30, 7 January 2022 (PST))

Think we're not using the word "string" here because these functions don't assume null termination, so they're not inherently string-esque in nature. They don't manipulate either though, you're right. --Ybab321 (talk) 08:39, 7 January 2022 (PST)
good point, so I would propose either an additional section "Character array examination", so this would follow "String manipulation"/"String examination", but this would be quite short sections then, or remove "manipulation" from "Character array manipulation", and make it just "Character array" or maybe "Character array functions".