[latex3-commits] [l3svn] 01/02: Add a handy variant
noreply at latex-project.org
noreply at latex-project.org
Sat Sep 5 08:50:38 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit af0792372a24cf619749e20083174f5c6580a0a4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Sep 4 17:13:32 2015 +0100
Add a handy variant
---
l3kernel/l3str.dtx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index cfbe5a0..3e6cdc6 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -250,8 +250,8 @@
% \end{texnote}
% \end{function}
%
-% \begin{function}[rEXP, added = 2014-06-19, updated = 2015-03-01]
-% {\str_fold_case:n}
+% \begin{function}[rEXP, added = 2014-06-19, updated = 2015-09-04]
+% {\str_fold_case:n, \str_fold_case:V}
% \begin{syntax}
% \cs{str_fold_case:n} \Arg{tokens}
% \end{syntax}
@@ -554,7 +554,7 @@
%
% \begin{macro}[EXP]
% {
-% \str_fold_case:n,
+% \str_fold_case:n, \str_fold_case:V,
% \str_lower_case:n, \str_lower_case:f,
% \str_upper_case:n, \str_upper_case:f
% }
@@ -574,6 +574,7 @@
\cs_new:Npn \str_fold_case:n #1 { \__str_change_case:nn {#1} { fold } }
\cs_new:Npn \str_lower_case:n #1 { \__str_change_case:nn {#1} { lower } }
\cs_new:Npn \str_upper_case:n #1 { \__str_change_case:nn {#1} { upper } }
+\cs_generate_variant:Nn \str_fold_case:n { n }
\cs_generate_variant:Nn \str_lower_case:n { f }
\cs_generate_variant:Nn \str_upper_case:n { f }
\cs_new:Npn \__str_change_case:nn #1
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list