Files
emacs/snippets/emacs-lisp-mode/string-match
2024-04-30 07:08:23 +02:00

7 lines
169 B
Plaintext

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