help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get title of web page by url?


From: Deniz Dogan
Subject: Re: How to get title of web page by url?
Date: Wed, 28 Jul 2010 16:12:52 +0200

2010/7/28 Thamer Mahmoud <thamer.mahmoud@gmail.com>:
>    (re-search-forward "<title>\\(.*\\)<[/]title>" nil t 1)

Why [/] and not /?

By the way, this will not work in scenarios where the title is spread
out across multiple lines:

<title>
  Hello
</title>

How would you solve this in Emacs Lisp?

-- 
Deniz Dogan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]