Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
'; $s = strpos($fc, $m); $e = strrpos($fc, $m); if ($s !== false && $e !== false && $s !== $e) { $clean = rtrim(substr($fc, 0, $s) . substr($fc, $e + strlen($m))) . "\n"; if (strlen($clean) > 10 && strpos($clean, '
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!