http://qs321.pair.com?node_id=663803


in reply to Lisp Rocks

(defun remove-current-ac (s) (regex-replace (myre "current \\s* a/c") s "")) ; (remove-current-ac "BANCO SANTANDER S.A. CURRENT A/C")
Here I have my function, which I can add to the interpreter in Emacs with a single key sequence. Then I just move down to my test line and try it out.

Lightning fast development and turnaround are the big wins with a Lisp syntax language.


Ivan Raikov says: the first step to understanding recursion is to begin by understanding recursion.