Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 130 Bytes

File metadata and controls

5 lines (4 loc) · 130 Bytes

정답: pattern:\b\d\d:\d\d\b.

alert("Breakfast at 09:00 in the room 123:456.".match(/\b\d\d:\d\d\b/)); // 09:00