normalize method | String Object In JavaScript

Опубликовано: 14 Август 2022
на канале: Code Explained
2,498
71

🎁 Join my channel to get access to perks:
   / @codeexplained  

🧡 Hello All JavaScript Lovers Outhere!

Today you're going to learn about the String Object In JavaScript.

This tutorial is a series of videos, in each video we will discuss a method (or more) of the String Object in JavaScript.

In today's video, you're going to learn about the normalize method.

The normalize() method returns the Unicode Normalization Form of the string.

🟢🟠 The string.normalize().
🔷 Syntax :
normalize()
normalize(form)

🔹form : One of "NFC", "NFD", "NFKC", or "NFKD", specifying the Unicode Normalization Form. If omitted or undefined, "NFC" is used.

These values have the following meanings:
"NFC" : Canonical Decomposition, followed by Canonical Composition.
"NFD" : Canonical Decomposition.
"NFKC" : Compatibility Decomposition, followed by Canonical Composition.
"NFKD" : Compatibility Decomposition.


🌍 Social Media Links.
◾ Facebook :   / code.explained.official  
◾ Twitter :   / code_explained  
◾ Instagram :   / code.explained.official  
◾ GitHub : https://github.com/CodeExplainedRepo

💲 Suppport the Channel
Paypal : https://paypal.me/CodeExplained
Buy Me a Coffee: https://www.buymeacoffee.com/CodeExpl...


Смотрите видео normalize method | String Object In JavaScript онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code Explained 14 Август 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,498 раз и оно понравилось 71 людям.