# -*- mode: snippet -*-
|
|
# contributor: Xah Lee (XahLee.org)
|
|
# name: substring
|
|
# key: substring
|
|
# --
|
|
(substring ${1:string} ${2:from}${3: to})
|