]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/emacs-lisp-mode/string-match.yasnippet
Merge commit '0c3d5d96b732e31b8556d2f61cf9c7a2556ade26'
[gnu-emacs-elpa] / packages / yasnippet / snippets / emacs-lisp-mode / string-match.yasnippet
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)