<?php $pattern = "/(.+\/)[^.]+\.([^.]+\.ha)$/"; $s = "/myhome/ishere/where/are.you.ha"; if (preg_match($pattern, $s, $match)) { var_dump($match); }
You have javascript disabled. You will not be able to edit any code.