PageRenderTime 52ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/.emacs.d/snippets/awk-mode/gsub

https://bitbucket.org/ambrevar/home-config
#! | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | f89369613ea272e0a7b651b013788cc3 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: gsub
  3. # --
  4. gsub ("${1:regex}" , "${2:subs}"${3:, s})