Skip to content

Commit b15d1c5

Browse files
authored
Update case_modifier.hcp
1 parent d578c53 commit b15d1c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/code/utilities/types/strings/transformers/casing/case_modifier.hcp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ class
4747
case Case_Format_Style::SEPERATE_WITH_BACKWARD_SLASH: return "";
4848
case Case_Format_Style::AP_STYLE_CAPITALIZATION: return "";
4949
case Case_Format_Style::CAPITAL: return Capitalize_Each_With_Space_In_Between(str);
50+
case Case_Format_Style::SPONGEBOB: return "";
5051
case Case_Format_Style::PRESERVE: return str;
5152
case Case_Format_Style::NERD_CAPS: return "";
5253
//need a random case (different kinds of random though)
5354

5455
}
5556

5657
return str;
57-
58+

0 commit comments

Comments
 (0)