package
0.3.1
Repository: https://github.com/icinga/icinga-go-library.git
Documentation: pkg.go.dev

# Functions

Delimited converts a string to delimited.lower.case, here using `.` as delimiter.
ScreamingDelimited converts a string to DELIMITED.UPPER.CASE, here using `.` as delimiter.
ScreamingSnake converts a string to SCREAMING_SNAKE_CASE.
Snake converts a string to snake_case.