Standard.BaseDataTextnormalizeOn this pageText.normalize normalizenormalization Aliases: normalise Documentation Perform Unicode normalization on the string, using the specified method. Arguments normalization: The Normalization method to use. Examples Normalize a string. 'aśb'.normalize == 'as\u0301b'