animalcase-0.1.0.1: Convert camelCase to snake_case and vice versa

Safe HaskellSafe-Inferred

Text.AnimalCase

Description

This Module converts between camelCase and snake_case.

The suffixes specify the base type the functions are working on. L uses lazy Text, S uses String and B8 uses ByteString.

Beware, that you should not use ByteStrings for serious work, as they only work with 8 bit characters. Do only use when you are absolutely sure, there is no wide character in the string!

Documentation