Valentin

Results 1 comments of Valentin

While writing tests for kebab-case I also added some new scenarios for all-uppercase strings such as `"SNAKE".snakeCased() == "snake"`. Which fails because `snakeCased()` returns `"s_n_a_k_e"`. What do you think?