app-string

On this page:

toLowerCase

Summary

Converts a string to lower case.

Description

Returns the calling string value converted to lower case.

Route

POST /string/toLowerCase

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
str string yes The string to convert to lower case

Return

DetailsExampleSchema
Name Type Description
lowercaseString string A new string representing the calling string converted to lower case