Skip to content

Instantly share code, notes, and snippets.

@hardaker
hardaker / pcre2el.el
Created February 21, 2012 18:59
Quick and dirty conversion from PCRE to Elisp regexps
;;
;; pcre2el.el -- quick and dirty conversion from PCRE-style regexps to
;; Emacs Lisp syntax.
;;
;; Author: j.j.oddie at gmail.com
;; Hacked additiionally by: opensource at hardakers dot net
;;
;; This code is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
;; by the Free Software Foundation; either version 2, or (at your