Last active
August 29, 2015 14:21
-
-
Save jwliechty/eff0ff499be912ef1ba4 to your computer and use it in GitHub Desktop.
Revisions
-
jwliechty revised this gist
May 18, 2015 . 1 changed file 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 @@ -7,5 +7,5 @@ Where **SEARCH** is the regex search and **REPLACE** is the replacement text. Th ## Hashrocket Hash to JSON Hash ':([^\s=\)]+)\s+=>\s+' '$1: ' -
jwliechty revised this gist
May 18, 2015 . 1 changed file with 7 additions and 0 deletions.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,3 +1,10 @@ Format of the following will be 'SEARCH' 'REPLACE' Where **SEARCH** is the regex search and **REPLACE** is the replacement text. The quotes (') are for showing if there is any proceeding or trailing whitespace. ## Hashrocket Hash to JSON Hash ':([^\s=]+)\s+=>\s+' -
jwliechty revised this gist
May 18, 2015 . 1 changed file with 2 additions and 2 deletions.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,4 +1,4 @@ ## Hashrocket Hash to JSON Hash ':([^\s=]+)\s+=>\s+' '$1: ' -
jwliechty created this gist
May 18, 2015 .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,4 @@ ## Hashrocket Hash to JSON Hash ':([^\s=]+)\s+=>\s+' '$1: '