app-string

On this page:

toUpperCase

Summary

Converts a string to upper case.

Description

Returns the calling string value converted to upper case.

Route

POST /string/toUpperCase

Roles

admin

Parameters

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

Return

DetailsExampleSchema
Name Type Description
uppercaseString string A new string representing the calling string converted to upper case