app-string

On this page:

normalize

Summary

Normalizes a string.

Description

Returns the Unicode Normalization Form of a given string.

Route

POST /string/normalize

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
str string yes The string to normalize
form string no One of "NFC", "NFD", "NFKC", or "NFKD", specifying the Unicode Normalization Form

Return

DetailsExampleSchema
Name Type Description
normalizedString string A string containing the Unicode Normalization Form of the given string