We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef788e commit c37f3f5Copy full SHA for c37f3f5
1 file changed
9-regular-expressions/08-regexp-character-sets-and-ranges/2-find-time-2-formats/solution.md
@@ -1,4 +1,4 @@
1
-Answer: `pattern:\d\d[-:]\d\d`.
+Respuesta: `pattern:\d\d[-:]\d\d`.
2
3
```js run
4
let regexp = /\d\d[-:]\d\d/g;
0 commit comments