.normalize()
Term side of the Card
Topic: String
Unit title: .normalize()
Categories: Method
Explanation side of the Card
Explanation: The method that converts the string to a specified Unicode Normalization Form, such as NFC (Normalization Form C), NFD (Normalization Form D), NFKC (Normalization Form KC) or NFKD (Normalization Form KD). This ensures that the string is represented in a consistent and standardized way.
Browser compatibility:
- The chrome browser supports this feature starting from version 34
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 31
- The safari browser supports this feature starting from version 10
Availability: