acme
This commit is contained in:
commit
c2271ba672
43 changed files with 886 additions and 0 deletions
24
docs/single_quote_in_perl_one_liner.txt
Normal file
24
docs/single_quote_in_perl_one_liner.txt
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue