3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getInbetweenStrings($start, $end, $str){ $matches = array(); $regex = "/$start(.+)$end/"; preg_match_all($regex, $str, $matches); return $matches[1]; } $str = "C://@@ad_cu<>><FSD>FSDFsdfsadjfa#@%@#@#''stom_attr1@@/@@upn@@/@@samaccountname@@"; $str_arr = getInbetweenStrings('@@', '@@', $str); print_r($str_arr); ?>

preferences:
30.76 ms | 402 KiB | 5 Q