Posts by danslap • 1 point
1 post
-
0
votes4
answers14347
viewsA: How to take a String value before a Special character
var s = "Clinica Antonio S/S" s.split(/[^\w\s]]/,1)
1 post
0
votes4
answers14347
viewsvar s = "Clinica Antonio S/S" s.split(/[^\w\s]]/,1)