<?php $subject = "example"; $pattern = '/^ple/'; preg_match($pattern, $subject, $matches); print_r($matches); ?>