![]() |
Infohazard.Core 1.4.1
Infohazard Core Utility Library
|
Contains string processing utilities. More...
Static Public Member Functions | |
static string | SplitCamelCase (this string str, bool capitalizeFirst=false) |
Splits a camel-case string into words separated by spaces. More... | |
Contains string processing utilities.
|
static |
Splits a camel-case string into words separated by spaces.
Multiple consecutive capitals are considered the same word.
str | The string to split. |
capitalizeFirst | Whether to capitalize the first letter. |