From: "Luis O. Silva" <silva@paloma.spbu.ru>
Cc: help-gnu-emacs@gnu.org
Subject: Re: a function for string splitting
Date: Wed, 27 Nov 2002 08:40:43 +0300 [thread overview]
Message-ID: <15844.23259.605488.350421@localhost.localdomain> (raw)
In-Reply-To: <p04310104ba0985ce4eb9@[198.17.100.22]>
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.
next prev parent reply other threads:[~2002-11-27 5:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-26 20:14 a function for string splitting Greg Hill
2002-11-27 5:40 ` Luis O. Silva [this message]
[not found] <mailman.1038319044.17125.help-gnu-emacs@gnu.org>
2002-11-26 14:49 ` Lee Sau Dan
2002-11-26 19:59 ` Luis O. Silva
2002-11-26 15:56 ` Daniel Jensen
2002-11-26 20:25 ` Luis O. Silva
[not found] ` <mailman.1038341287.29557.help-gnu-emacs@gnu.org>
2002-11-28 14:14 ` Kai Großjohann
2002-11-28 18:21 ` Luis O. Silva
[not found] ` <mailman.1038506557.25888.help-gnu-emacs@gnu.org>
2002-11-28 18:30 ` Benjamin Lewis
2002-11-28 18:50 ` Kai Großjohann
2002-11-29 7:03 ` Luis O. Silva
-- strict thread matches above, loose matches on Subject: below --
2002-11-26 14:16 Luis O. Silva
2002-11-26 20:03 ` Greg Hill
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15844.23259.605488.350421@localhost.localdomain \
--to=silva@paloma.spbu.ru \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).