<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>4 May 2020 09:31:42 Z</lastBuildDate><pubDate>3 May 2020 19:03:42 Z</pubDate><description>Bonjour,&#13;
je veux trouver dans un fichier TXT si uen date au format JJ/MM/AAAA est présente et uniquement dans ce cas, recopier la ligne dans un deuxième fichier. Je ne trouve rien...... help et merci par avance&#13;
[code:wl]&#13;
TANTQUE ligne_lue &lt;&gt; EOT &#13;
	Message ("Nombre lignes lues : "+ nb_lec +" Nombre de lignes écrites : "+nb_ecr)&#13;
	SI VérifieExpressionRégulière (ligne_lue,"*([0-9]{2])/([0-9]{2])/([0-9]{4") = Vrai ALORS&#13;
		ligne_ecr	= ""&#13;
		ligne_ecr	= ligne_lue&#13;
		fEcritLigne (Lec02, ligne_ecr)&#13;
		nb_ecr++&#13;
		Message ("Nombre lignes lues : "+ nb_lec +" Nombre de lignes écrites : "+nb_ecr)&#13;
	FIN&#13;
	ligne_lue = fLitLigne(Lec01)&#13;
	nb_lec++&#13;
FIN&#13;
[/code]</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires/read.awp</link><title>EXPRESSION REGULIRES</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>jlclpb</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239261/read.awp</comments><pubDate>4 May 2020 09:31:42 Z</pubDate><description>Super et MERCI</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239261/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239261/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires/read.awp">EXPRESSION REGULIRES</source><title>Re: EXPRESSION REGULIRES</title></item><item><author>Jurassic Pork</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239257/read.awp</comments><pubDate>4 May 2020 08:01:09 Z</pubDate><description>hello,&#13;
ton motif n'est pas bon  et en plus si tu cherches une date n'importe où sur la ligne avec tout type de caractère présen…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239257/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239257/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires/read.awp">EXPRESSION REGULIRES</source><title>Re: EXPRESSION REGULIRES</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239256/read.awp</comments><pubDate>3 May 2020 22:01:11 Z</pubDate><description>Bonjour,&#13;
VérifieExpressionRégulière vérifie que la chaîne est au format spécifié. Donc, à moins que ta ligne ne soit qu'une dat…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239256/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires-239256/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239253-expression-regulires/read.awp">EXPRESSION REGULIRES</source><title>Re: EXPRESSION REGULIRES</title></item></channel></rss>
