all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with extract big protion of data with regexp
@ 2008-05-30 19:43 Marc Tfardy
  2008-05-30 21:25 ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Tfardy @ 2008-05-30 19:43 UTC (permalink / raw)
  To: help-gnu-emacs

I try to extract a table from HTML source, but without success.

The table begins with:
<table id="result"

and ends with:
</table>

Between this both delimeters is located 5..50 kB data (with
newlines). How can I get the content of the table together with
delimeters?

Either don't works my solution, or I get "Stack overflow in regexp
matcher" error.


regards
Marc





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-30 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 19:43 Problem with extract big protion of data with regexp Marc Tfardy
2008-05-30 21:25 ` Lennart Borgman (gmail)

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.