<?php $ClientAddress = array("5 street name","35230 Village"); foreach ( $ClientAddress as $address ) { $AdOk = preg_match("/^([0-9a-zA-Z-, '\\n]+)(\\d{5})([, ]+)([0-9a-zA-Z-, '\\n]+)$/iu", $address, $match); var_dump($address, $AdOk, $match); } ?>
You have javascript disabled. You will not be able to edit any code.