string-notation / de.joshuagleitze.stringnotation / SnakeCase

SnakeCase

object SnakeCase : BaseStringNotation

The snake_case notation.

Functions

printBeforeInnerPart

Allows to print characters in front of parts that are not the first part. The default implementation prints nothing.

fun printBeforeInnerPart(index: Int, part: String): String