Strings : Split Method
|
Popularity: (220)
Tags: javascript method strings split Link: Visit It |
t: Strings: Split String Han... "split" a string into two or more parts based on a character that divides the parts. The character that divides the par... w: var where_is_mytool="home/mytool/mytool.cgi" Notice that the slashes coud be used as a way to divide the string in...