Variable: rx--builtin-forms
rx--builtin-forms is a variable defined in rx.el.gz.
Value
(seq sequence : and or | any in char not-char not intersection repeat = >= ** zero-or-more 0+ * one-or-more 1+ + zero-or-one opt optional \? *? +? \?? minimal-match maximal-match group submatch group-n submatch-n backref syntax not-syntax category literal eval regexp regex)
Documentation
List of built-in rx function-like symbols.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/rx.el.gz
(defconst rx--builtin-forms
'(seq sequence : and or | any in char not-char not intersection
repeat = >= **
zero-or-more 0+ *
one-or-more 1+ +
zero-or-one opt optional \?
*? +? \??
minimal-match maximal-match
group submatch group-n submatch-n backref
syntax not-syntax category
literal eval regexp regex)
"List of built-in rx function-like symbols.")