• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu
+ 2

How to automaticly delete all numbers in var

E.g. Input . Y6y6y6 Output. Yyy

javascriptjs
4th Mar 2020, 2:09 PM
Albert Margaryan
Albert Margaryan - avatar
1 Respuesta
+ 5
output = input.replace(/[\d]/g,"") https://www.sololearn.com/learn/9704/?ref=app
4th Mar 2020, 3:44 PM
Kevin ★

¿Tienes a menudo preguntas como esta?

Aprende gratis de forma más eficaz

  • Introducción a Python

    7,1M de estudiantes

  • Introducción a Java

    4,7M de estudiantes

  • Introducción a C

    1,5M de estudiantes

  • Introducción a HTML

    7,5M de estudiantes

Ver todos los cursos
En tendencia hoy
What coding language should i use to make a custom coding language?
0 Votes
Hello! I’m 15 and I want to learn programming to become a web developer. Any advice?
0 Votes
help string permutation
0 Votes
Any easy game ideas for beginners?
0 Votes
Which is more important CSS vs HTML vs JS?
1 Votes
Code is wrong somehow, I need help!
0 Votes
APP FREEZING
0 Votes
Newb
0 Votes
How many courses are there on Sololearn
1 Votes
Is the Python Developer course the final course of Python?
0 Votes