<?php $re = '/\/target\-/'; $str = '/dir1/dir2/dir3/dir4/../dir7/dir8/dir9/target-.a-word1-word2-alphanumberic1-alphanumberic2.md'; if(preg_match($re, $str, $match)){ echo $match[0].' found'; }else{ echo 'Aww.. No match found'; }
You have javascript disabled. You will not be able to edit any code.