Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RegExp to find all Strings of type: ${<something including '#', '(', ')', '.'>}: (?<=\{)[\(\)#\._a-zA-Z0-9]*(?=\})
  2. Show all matches of PATTERN: perl -nle 'print $& if m{PATTERN}' file.txt | sort | uniq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement