Ответ: \d\d:\d\d. ```js //+ run alert( "Завтрак в 09:00.".match( /\d\d:\d\d/ ) ); // 09:00 ```