I have a string and need to separate the name from the street, neighborhood, city and state.
string:
Rua tal Muniz, 124 - ramones, Sapucaia - SP
How can I do it using JavaScript? (Can be a solution with or without the use of the jQuery library)