<?php

$pattern = "#([a-z]*)|(chol)#";
preg_match($pattern, 'chol',$m);

print_r($m);