String.prototype.split

GPTKB entity

Properties (23)
Predicate Object
gptkbp:instanceOf Function
gptkbp:accepts limit
separator
gptkbp:can_be space
comma
multiple characters
new line
array of length less than limit
regular expression as separator
string into substrings
https://www.w3.org/2000/01/rdf-schema#label String.prototype.split
gptkbp:is_a_time_for String
gptkbp:is_displayed_on String instances
gptkbp:is_evaluated_by in_JavaScript
gptkbp:is_part_of JavaScript language
gptkbp:is_recognized_for ECMAScript specification
gptkbp:is_supported_by most modern browsers
gptkbp:is_used_in data parsing
divide a string into an array of substrings
gptkbp:isFacilitatedBy undefined separator as a string
gptkbp:modifications the original string
gptkbp:respondsTo Array
gptkbp:result when called on an empty string