Grow your YouTube channel like a PRO with a free tool
Get Free YouTube Subscribers, Views and Likes

normalize method | String Object In JavaScript

Follow
Code Explained

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...

posted by Haglichfn