Update app/regex + TODO
This commit is contained in:
parent
e071545d36
commit
84a73b3d38
4 changed files with 55 additions and 13 deletions
14
modules/app/regex/autoload/export.el
Normal file
14
modules/app/regex/autoload/export.el
Normal file
|
@ -0,0 +1,14 @@
|
|||
;;; app/regex/autoload/export.el
|
||||
|
||||
;;;###autoload
|
||||
(defun +regex/export () (interactive)) ; TODO +regex/export
|
||||
|
||||
|
||||
;;
|
||||
(defun +regex-export-python ()) ; import (re|regex)
|
||||
|
||||
(defun +regex-export-php ()) ; preg_(match(_all)?|replace)
|
||||
|
||||
(defun +regex-export-ruby ()) ; %r[.+]
|
||||
|
||||
(defun +regex-export-js ()) ; /.+/
|
Loading…
Add table
Add a link
Reference in a new issue