From: daniel@bigwalter.net (Daniel Jensen)
Subject: Re: a function for string splitting
Date: Tue, 26 Nov 2002 16:56:36 +0100 [thread overview]
Message-ID: <86u1i4pbnv.fsf@bigwalter.net> (raw)
In-Reply-To: mailman.1038319044.17125.help-gnu-emacs@gnu.org
"Luis O. Silva" <silva@paloma.spbu.ru> writes:
> I'm writing a function for translating dates in the form of a
> string into Spanish and Russian. For example, you have:
>
> "Thu, 21 Nov 2002 16:05:50 -0600 (CST)"
You might want to use format-time-string instead. To get the above
date form but with localized month and day names, you would use:
(format-time-string "%a, %e %b %Y %H:%M:%S %z (%Z)")
> Within my function I used a `let' expression of the form:
>
> (let ((day (substring "Thu, 21 Nov 2002 16:05:50 -0600 (CST)" 0 3))
> (month (substring "Thu, 21 Nov 2002 16:05:50 -0600 (CST)" 8 11)))
> ...)
>
> All works fine provided that there isn't any date with
> one-digit day, i. e., "Fri, 8 Nov 2002 11:56:37 -0500 (CST)"
>
> My question is what function I could use for correctly
> splitting the string.
There is actually a split-string function.
--
Daniel Jensen
> (format (concat "mailto:" "%s@%s.%s") "daniel" "bigwalter" "net")
next prev parent reply other threads:[~2002-11-26 15:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1038319044.17125.help-gnu-emacs@gnu.org>
2002-11-26 14:49 ` a function for string splitting Lee Sau Dan
2002-11-26 19:59 ` Luis O. Silva
2002-11-26 15:56 ` Daniel Jensen [this message]
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
2002-11-26 20:14 Greg Hill
2002-11-27 5:40 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86u1i4pbnv.fsf@bigwalter.net \
--to=daniel@bigwalter.net \
/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.
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.