Summary
Normalizes a string.
Description
Returns the Unicode Normalization Form of a given string.
Route
No Northbound API Available
Roles
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 |