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

Function toSearchNormalized

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

Source from the content-addressed store, hash-verified

1370static string upperCp437(string s) { return toUpper_cp437(s); }
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); }

Callers

nothing calls this directly

Calls 1

to_search_normalizedFunction · 0.85

Tested by

no test coverage detected