Returns the array of strings that results when a string is separated into substrings.
function split([ separator : { String | RegExp } [, limit : Number]]) : Array |
Ajax toolkit
Ajax website
Returns the array of strings that results when a string is separated into substrings.
function split([ separator : { String | RegExp } [, limit : Number]]) : Array |
Arguments
Remarks
Example
Requirements
See Also
Ajax toolkit
Ajax website