"
(or (+ (not alphabetic)) "rem" "REM")
(* whitespace) "lang:" (* whitespace) (group (+ alphabetic) "
")
(group (*? printing))
"")
"Match a code block, capturing the body.")
(defconst 4g--rx-code
(rx ""
(group (*? printing))
"")
"Match a code block, capturing the body.")
(defconst 4g--rx-quotelink-inpage
(rx "")
"Match an in-page quote link like … capturing the id.")
(defconst 4g--rx-other-link
(rx "")))
(defconst 4g--rx-quotelink-crossthread
(rx "")
"Match a cross-thread quote link and capture the board, threadno and postno.")
(defconst 4g--rx-greentext
(rx ""
(group (*? print))
"")
"Match greentext spans and capture the contents.")
(defconst 4g--rx-adjacent-quote-block
(rx "#+end_quote"
(+ (or whitespace "$ time ./a.out <bigboy.txt"))))
16666509048482
real 0m4.948s