<?php $str = <<<AAA County Road 99 Sauk Centre, Minnesota 56378 USA AAA; if (preg_match('~(\w+)\R\p{L}+$~u', $str, $m)) { print_r($m); }
You have javascript disabled. You will not be able to edit any code.