<?php $str = '31 марта 2016, 14:00'; preg_match('/(.*),.*?([\\d:]+)/', $str, $matches);print_r($matches);
Standard input is empty
Array ( [0] => 31 марта 2016, 14:00 [1] => 31 марта 2016 [2] => 14:00 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!