Answer the question
In order to leave comments, you need to log in
How to split string in js using split?
Hello. How to split a string from a message from the server if the server itself splits it with a semicolon?
var str = "2018-01-31 17:47:27;ул Лениена 29а;DOWN";
document.write(str.split(" "));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question