StatictoOptionaloptions: OptionsStatictoTransform into a lower cased string with dashes between words.
Optionaloptions: OptionsStatictoTransform into a string of capitalized words without separators.
Optionaloptions: OptionsStatictoTransform into lower case string with an underscore between words.
Optionaloptions: OptionsStaticbreakEnsures breaking text into new lines according to newline char (\n) in text.
to breaks
StaticindentEnsures indentations are prepended to content.
to prepend the indentation.
the number of indentations to use. 1 by default
the type of indentations to use. SPACES by default.
StaticlowerLower first char in given string value.
to change
StaticrenderRender given JSON Schema example to string
to render
StaticreplaceReplace special characters (Not 0-9,a-z,A-Z) with character names
Optionaloptions: ReplaceSpecialCharactersOptionsStaticsnakeStatictoTransform into a string with the separator denoted by the next word capitalized.
StatictoTransform into a string of capitalized words without separators merging numbers.
to transform
StaticupperUpper first char in given string value.
to change
Transform into upper case string with an underscore between words.