<?php $re = '/(?<=\D|^)\d{1,2}[wdhm]\b/'; $str = "11w 22d 33h 44m\n"; echo preg_match($re, $str, $matches);
Standard input is empty
1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!