
Īnd some other - substr() - which provide range of substring and 'length' can be positive only: string.substr(start,length)Īlso some maintainers suggest that last method string.substr(start,length) do not works or work with error for MSIE. so: string.substring(from) positive or negative. String.substring(from,to) as plus if 'to' index nulled returns the rest of string. Need to say due to last discussion in comments, that jQuery is very much more often renewable extension of JS than his own parent most known ECMAScript. However, your method will works out of jQuery function, inside simple Javascript. Syntax: string.split(separator, limit) Separator: Defines how to split a string by a comma, character etc. It takes 2 parameters, and both are optional. It divides a string into substrings and returns them as an array.

The split ( ) method is used for strings. In other words answer Erickson suggest really perfect solution. node.js arrays slice Share Follow asked at 5:32 user16041868. Slice ( ) and splice ( ) methods are for arrays. So, you can't use slice() inside jQuery because slice() is jQuery method for operations with DOM elements, not substrings. Sorry for my graphomany but post was tagged 'jquery' earlier.
