Created
March 7, 2018 17:57
-
-
Save everm1nd/42e70b72db35a085aec9682a12a2f99d to your computer and use it in GitHub Desktop.
Revisions
-
everm1nd revised this gist
Mar 7, 2018 . 2 changed files with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ echo '{something+}' | sed -E 's/\{([A-Za-z0-9\-]+)\+\}/{\1}/' -
everm1nd created this gist
Mar 7, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ sed -E 's/\{([A-Za-z0-9\-]+)\+\}/{\1}/'