| Hi,
I am new to lisp and was wondering how can i do string operation. eg-
(= title '(yahoo yahoogoogle "google yahoo")) i want write function that will search for string google and return it.
I am looking for minimalistic approach and thanks in advance. |