util_utf8_normalize


Description:


[ Version ( since = "3.8" ) ]
public string? util_utf8_normalize (string? str)

Normalizes str by making it all lower case and removing any accents from it.

Parameters:

str

a UTF-8 string

Returns:

The normalized version of str, or null if str was not valid UTF-8


Namespace: E