Plaster

common-lisp
(defmethod extract-field ((content string)) (subseq content (+ 3 (search "{{{" content)) (search "}}}" content)))

Annotations