normalizer_normalize

Supported Versions: PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0
Normalizes the input provided and returns the normalized string
<?php public static Normalizer::normalize(string $string, int $form = Normalizer::FORM_C): string|false