<?php$re = "#(?>ab|cr)\d+#"; $str = "rw200-208-ab66\nfg200-cr30-201"; preg_match_all($re, $str, $matches);print_r($matches[0]);
Standard input is empty
Array ( [0] => ab66 [1] => cr30 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!