Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created December 15, 2011 19:13
Show Gist options
  • Select an option

  • Save legumbre/1482392 to your computer and use it in GitHub Desktop.

Select an option

Save legumbre/1482392 to your computer and use it in GitHub Desktop.
"description": [
foo,
bar,
baz,
ban ]
"description": [
foo2,
bar2,
baz2,
ban2 ]
"description": [
foo3,
bar3,
baz3,
ban3 ]
;;; (query-replace-regexp "\"description\": \\[
;;; .*
;;; .*
;;; .*
;;; .*\\]" "REPLACED!" nil (if (and transient-mark-mode mark-active) (region-beginning)) (if (and transient-mark-mode mark-active) (region-end)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment