<?php $pattern = "/'\\\\x61\\\\x62\\\\x63(.+)'/i"; preg_match_all($pattern, "'\\x61\\x62\\x63\\x64\\x61\\x42\\x93\\x3a'", $matches); print_r($matches);?>
Standard input is empty
Array ( [0] => Array ( [0] => '\x61\x62\x63\x64\x61\x42\x93\x3a' ) [1] => Array ( [0] => \x64\x61\x42\x93\x3a ) )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!