We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2897d commit 601cbf7Copy full SHA for 601cbf7
1 file changed
5-regular-expressions/03-regexp-character-classes/1-find-time-hh-mm/solution.md
@@ -1,5 +1,5 @@
1
2
-The answer: `pattern:\b\d\d:\d\d\b`.
+答案是:`pattern:\b\d\d:\d\d\b`。
3
4
```js run
5
alert( "Breakfast at 09:00 in the room 123:456.".match( /\b\d\d:\d\d\b/ ) ); // 09:00
0 commit comments