Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
833
String String::to_kebab_case() const {
834
return _separate_compound_words().replace_char(
' '
,
'-'
);
835
}
836
837
String String::get_with_code_lines() const {
838
const Vector<String> lines = split(
"\n"
);
Callers
7
adjust_name_casing
Method · 0.80
godotsharp_string_to_kebab_case
Function · 0.80
adjust_scene_name_casing
Method · 0.80
adjust_script_name_casing
Method · 0.80
generate_method_callback_name
Method · 0.80
_update_target_auto_dir
Method · 0.80
test_string.h
File · 0.80
Calls
1
replace_char
Method · 0.80
Tested by
no test coverage detected