format-decode-run-method
format-decode-run-method is a compiled Lisp function in `format.el
'.
(format-decode-run-method METHOD FROM TO &optional BUFFER)
Decode using METHOD the text from FROM to TO.
If METHOD is a string, it is a shell command (including options); otherwise,
it should be a Lisp function. BUFFER is currently ignored.