Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 157 Bytes

File metadata and controls

6 lines (4 loc) · 157 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