summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xstring/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/xstring/README')
-rw-r--r--Master/texmf-dist/doc/latex/xstring/README51
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xstring/README b/Master/texmf-dist/doc/latex/xstring/README
new file mode 100644
index 00000000000..e057dd49d3b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/xstring/README
@@ -0,0 +1,51 @@
+ _________________
+
+ xstring package
+ v1.0
+ _________________
+
+This package provides macros manipulating strings, such as:
+ * tests:
+ - does a string contains at least n times an another?
+ - does a string starts (or ends) with another? etc.
+ * extractions of substrings:
+ - what is on the left (or the right) of the nth occurrence of a
+ substring;
+ - what is between the occurrences of 2 substrings;
+ - substring between 2 positions, etc.
+ * substitution of all (or the n first) occurrences of a substring
+ for an other substring;
+ * calculation of numbers:
+ - length of a string;
+ - position of the nth occurrence of a substring;
+ - how many times a string contains a substring?
+
+For programming purposes, other macros allow to use special characters
+(& ~ \ { } _ # $ ^ %) with the macros manipulating strings.
+
+#######################################################################
+
+Cette extension regroupe un ensemble de macros manipulant des chaînes
+de caractères :
+ * des tests :
+ - une chaîne en contient elle une autre au moins n fois ?
+ - une chaîne commence t-elle ou finit-elle par une autre ? etc.
+ * des extractions de chaines :
+ - renvoi de ce qui se trouve avant (ou après) la nieme occurrence
+ d'une sous-chaîne;
+ - renvoi de ce qui se trouve entre les occurrences de 2 sous-chaînes;
+ - sous-chaîne comprise entre 2 positions, etc.
+ * le remplacement de toutes ou des n premières occurrences d'une
+ sous-chaîne par une autre sous-chaîne;
+ * des calculs de nombres :
+ - longueur d'une chaîne;
+ - position de la la nieme occurrence d'une sous-chaîne;
+ - comptage du nombre d'occurrences d'une sous-chaîne dans une autre.
+
+D'autres commandes permettent de traiter les caractères spéciaux
+(& ~ \ { } _ # $ ^ %) de façon à les utiliser dans les arguments des macros
+de ce package, ce qui permet d'utiliser ces macros à fins de programmation.
+
+
+ C Tellechea
+ <unbonpetit@gmail.com> \ No newline at end of file