TOP

Kebab Case Function for LibreOffice Calc

KEBABCASE() Description

The KEBABCASE() function is designed to combine words using a hyphen, i.e. it returns a single word, for example "kebab-case-function".

Kebab Case splits a string of words separated by spaces, hyphens, underscores, or case changes, then converts those words to lowercase and joins them with a hyphen separator ("-").

The KEBABCASE() function can be useful in programming to convert variable names according to accepted code writing conventions (coding conventions) .


Main Features Functions KEBABCASE

Syntax:

=KEBABCASE(Text)

Parameters:

Example Usage

The KEBABCASE() function is easy to use. You just need to enter any text in the formula and LibreOffice Calc automatically converts it to a new case:

=KEBABCASE("Kebab case function")

We will have the following result:

KEBABCASE formula usage

This example uses the following values:

Extension "YouLibreCalc.oxt"

You can use the function KEBABCASE() by setting the extension " YouLibreCalc.oxt ". After that, this function will be available in all files that will be opened in LibreOffice Calc.