MCPcopy Create free account
hub / github.com/crawl/crawl / uppercase_string

Function uppercase_string

crawl-ref/source/stringutil.cc:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74string uppercase_string(string s)
75{
76 return uppercase(s);
77}
78
79// Warning: this (and uppercase_first()) relies on no libc (glibc, BSD libc,
80// MSVC crt) supporting letters that expand or contract, like German ß (-> SS)

Callers 2

_replacement_buttFunction · 0.85
test_stringutil.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected