<?php $input_lines= array("asdf","fdas", "asds", "d fm", "dfaa", "aaaa", "aabb", "aaabb"); print_r(preg_grep('/(\p{L}).*\1/', $input_lines));
You have javascript disabled. You will not be able to edit any code.