LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Proportional Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Bruno Le Floch <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Mon, 6 Feb 2012 06:09:56 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
> Thanks. I should have mentioned my installation version. I already have
> a recent installation. The version I have is from 2012/01/31 (I did
> a tlmgr update --all).

Odd. Does

    \regex_replace_all:nnN { .* } { \u } \l_tmpa_tl
    \tl_show:N \l_tmpa_tl

(1) trigger an error ("regex/u-no-lbrace", probably)
(2) show "u" as the only character in \l_tmpa_tl
(3) do something else?

Does

    \def\A{foo}
    \regex_replace_all:nnN { .* } { \u{A} } \l_tmpa_tl
    \tl_show:N \l_tmpa_tl

correctly set \l_tmpa_tl to "foo"?

Regards,
Bruno

ATOM RSS1 RSS2