kailo_beewell_dashboard.grammar

Function to convert first letter of string to lower case, unless all other letters are upper case

Module Contents

Functions

lower_first(string)

Converts first letter of string to lower case, unless all other letters

kailo_beewell_dashboard.grammar.lower_first(string)

Converts first letter of string to lower case, unless all other letters in the string are uppercase.

Parameters

stringstring

The string to be modified

Returns

new_stringstring

The modified string