looking-at
looking-at is a built-in function in `C source code
'.
(looking-at REGEXP)
Return t if text after point matches regular expression REGEXP.
This function modifies the match data that `match-beginning',
`match-end' and `match-data' access; save and restore the match
data if you want to preserve them.