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 9943b94 commit ae4dde9Copy full SHA for ae4dde9
9-regular-expressions/09-regexp-quantifiers/2-find-html-colors-6hex/solution.md
@@ -14,7 +14,7 @@ let str = "color:#121212; background-color:#AA00ef bad-colors:f#fddee #fd2"
14
alert( str.match(regexp) ); // #121212,#AA00ef
15
```
16
17
-Buradaki sorun rengi daha uzun değerlerini de bulması:
+Buradaki sorun daha uzun değerleri de bulmasıdır:
18
19
```js run
20
alert( "#12345678".match( /#[a-f0-9]{6}/gi ) ) // #12345678
0 commit comments