0
Javascript problem
Can anyone help me to solve the following problem? Write Regular Expression which can extract String 123.jpg and 432.png from String axhdsjk123.jpg.jpg and hjhsd432.png.png
2 Respostas
+ 2
[0-9]+.(png|jpg)
+ 2
Can you learn regex
https://www.sololearn.com/learn/9704/?ref=app