emacs-prelude/vendor/yasnippet/snippets/emacs-lisp-mode/string-match.yasnippet
2012-02-17 22:12:32 +02:00

6 lines
142 B
Plaintext
Executable file

# contributor: Xah Lee (XahLee.org)
# name: string-match
# key: string-match
# key: sm
# --
(string-match "REGEXP$0" "STRING" &optional START)