We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5662d04 commit 33fd8d7Copy full SHA for 33fd8d7
Roadmap/16 - EXPRESIONES REGULARES/JavaScript/emedevelopa.js renamed to Roadmap/16 - EXPRESIONES REGULARES/javascript/emedevelopa.js
@@ -32,4 +32,4 @@ function mail (email) {
32
const regex = /^(ftp|http|https):\/\/[^ "]+$/;
33
return regex.test(url)
34
}
35
- console.log(url("https://retosdeprogramacion.com/roadmap/"));
+ console.log(url("https://retosdeprogramacion.com/roadmap/"));
0 commit comments