Add yasnippet.
[emacs/old-mirror.git] / packages / yasnippet / snippets / emacs-lisp-mode / string-match.yasnippet
blobf39c69e2375300d748e38eab8c8b88aaf1eeeb4e
1 # contributor: Xah Lee (XahLee.org)
2 # name: string-match
3 # key: string-match
4 # key: sm
5 # --
6 (string-match "REGEXP$0" "STRING" &optional START)