Preguntas etiquetadas con trailing-slash


11
Devolver cadena sin barra diagonal
Tengo dos variables: site1 = "www.somesite.com"; site2 = "www.somesite.com/"; Quiero hacer algo como esto function someFunction(site) { // If the var has a trailing slash (like site2), // remove it and return the site without the trailing slash return no_trailing_slash_url; } ¿Cómo hago esto?
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.