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

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

Re: a function for string splitting


From: Luis O. Silva
Subject: Re: a function for string splitting
Date: Wed, 27 Nov 2002 08:40:43 +0300

Dear Greg,

On Tue, 26 Nov 2002 12:14:49 -0800, Greg Hill writes:

 Greg> Luis, Oops, too many "(".  Make that:

 Greg> (let*
 Greg>  (split-date (split-string "Thu, 21 Nov 2002 16:05:50 -0600 (CST)" " "))
 Greg>  (day-of-week (elt split-date 0))
 Greg>  (day-of-month (elt split-date 1))
 Greg>  (month (elt split-date 2)) ...)

This is a very very interesting alternative suggestion to the
`string-match', `match-string' pair suggested before. Neat!

Thank you very much.

luis



-- 
Luis Octavio Silva P.
St. Petersburg State University.
66/3 Botanicheskaya St., Apt.119/2
Stary Peterhof
St. Petersburg, Russia.







reply via email to

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