.split()
Term side of the Card
Topic: String
Unit title: .split()
Categories: Method
Explanation side of the Card
Explanation: The method that splits a string into an array of substrings using a specified separator to determine where to make each split. It returns the array of substrings, allowing for easy manipulation of text.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 1
Availability: