nip.utils.jinja_filters.capitalise_first_letter

nip.utils.jinja_filters.capitalise_first_letter#

nip.utils.jinja_filters.capitalise_first_letter(value: str) str[source]#

Capitalise the first letter of a string.

Parameters:

value (str) – The string to capitalise.

Returns:

capitalised_value (str) – The string with the first letter capitalised, and the rest unchanged.