rx-greedy
rx-greedy is a compiled Lisp function in `rx.el
'.
(rx-greedy FORM)
Parse and produce code from FORM.
If FORM is '(minimal-match FORM1)', non-greedy versions of `*',
`+', and `?' operators will be used in FORM1. If FORM is
'(maximal-match FORM1)', greedy operators will be used.