Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js get substring before character

//split string into an array and grab the first item

var streetaddress = addy.split(',')[0];
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #substring #character
ADD COMMENT
Topic
Name
5+8 =