Variable: prolog-string-regexp

prolog-string-regexp is a variable defined in prolog.el.gz.

Value

"\\(\"\\([^\n\"]\\|\\\\\"\\)*\"\\)"

Documentation

Regexp matching a string.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defconst prolog-string-regexp
  "\\(\"\\([^\n\"]\\|\\\\\"\\)*\"\\)"
  "Regexp matching a string.")