Variable: org-table-any-line-regexp

org-table-any-line-regexp is a variable defined in org-table.el.gz.

Value

"^[     ]*\\(|\\|\\+-[-+]\\)"

Documentation

Detect an org-type or table-type table.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
;;; Regexps Constants

(defconst org-table-any-line-regexp "^[ \t]*\\(|\\|\\+-[-+]\\)"
  "Detect an org-type or table-type table.")