preg_match() will return
preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
if the pattern is not well-formed. Is there a function to determine (TRUE or FALSE) if the pattern is well-formed before passing it preg_match()?