<?php echo $content = preg_replace_callback("@(\.[”’\"]?\s*[A-Z][a-z]+\s[a-z])@", create_function('$matches', 'return strtolower($matches[0]);'), "Hello Rob Reid. Said the bar man");
You have javascript disabled. You will not be able to edit any code.