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

Method to_kebab_case

core/string/ustring.cpp:833–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833String String::to_kebab_case() const {
834 return _separate_compound_words().replace_char(' ', '-');
835}
836
837String String::get_with_code_lines() const {
838 const Vector<String> lines = split("\n");

Calls 1

replace_charMethod · 0.80

Tested by

no test coverage detected