MCPcopy Create free account
hub / github.com/DFHack/dfhack / capitalizeStringWords

Function capitalizeStringWords

library/LuaApi.cpp:1373–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371static string lowerCp437(string s) { return toLower_cp437(s); }
1372static string toSearchNormalized(string s) { return to_search_normalized(s); }
1373static string capitalizeStringWords(string s) { return capitalize_string_words(s); }
1374static string formatInt(int64_t num) { return format_number(num); }
1375static string formatFloat(double num) { return format_number(num); }
1376

Callers

nothing calls this directly

Calls 1

capitalize_string_wordsFunction · 0.85

Tested by

no test coverage detected