Function: rx-submatch-n
rx-submatch-n is a for rx-to-string, defined in
rx.el.gz.
This function is obsolete since 27.1; use rx-to-string instead.
Signature
(rx-submatch-n FORM &optional NO-GROUP)
Documentation
Translate FORM from rx sexp syntax into a string regexp.
The arguments to literal and regexp forms inside FORM must be
constant strings.
If NO-GROUP is non-nil, don't bracket the result in a non-capturing
group.
For extending the rx notation in FORM, use rx-define or rx-let-eval.
Aliases
rx-submatch-n (obsolete since 27.1)