yasnippet-snippets/snippets/emacs-lisp-mode/string-match
2019-03-09 09:42:25 +00:00

6 lines
145 B
Plaintext

# contributor: Xah Lee (XahLee.org)
# name: string-match
# key: string-match
# key: sm
# --
(string-match "${1:regexp}" "${2:string}"${3: start})