This commit is contained in:
Ev Bogdanov 2017-01-26 19:29:57 +03:00
commit c2271ba672
43 changed files with 886 additions and 0 deletions

View file

@ -0,0 +1,24 @@
## IN
## -----------------------------------------------------------------------------
apple => 'apple.png',
cherry_pie => 'cherry_pie.png',
berries => 'berries.png',
yummy_taco => 'yummy_taco.png',
## OUT
## -----------------------------------------------------------------------------
apple.png
cherry_pie.png
berries.png
yummy_taco.png
## BASH
## -----------------------------------------------------------------------------
Edit , > lne '/'\''(.+)'\''/; say $1'
## RC
## -----------------------------------------------------------------------------
Edit , > lne '/''(.+)''/; say $1'