[Implement js-to-strings for the regex class Marco Baringer **20060226170527] hunk ./src/js.lisp 1234 +(defmethod js-to-strings ((regex regex) start-pos) + (declare (ignore start-pos)) + (list (format nil "/~A/" (value regex)))) +