<?php preg_match('/^adress=([a-z.]+).*port=([0-9]{3})/s', 'adress=ad.test.com\n port=768', $match); echo $match[1] . ' ' . $match[2];
You have javascript disabled. You will not be able to edit any code.