<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Jul 2018 14:27:41 Z</lastBuildDate><pubDate>19 Jul 2018 15:38:00 Z</pubDate><description>Hello,&#13;
&#13;
I'm having a hard time with regex.&#13;
I need to isolate parts with a certain color in a RTF field.&#13;
Here is my source :&#13;
Quote&#13;
&#13;
&#13;
{\&#13;
tf1\ansi\ansicpg1252\deff0\&#13;
ouicompat\deflang1033{\onttbl{\0\nil\charset0 Tahoma;}}&#13;
&#13;
{\colortbl ;\&#13;
ed0\green0\lue0;\&#13;
ed64\green85\lue141;\&#13;
ed0\green30\lue196;}&#13;
&#13;
{\*\generator Riched20 10.0.17134}\viewkind4\uc1 &#13;
&#13;
\pard\cf1 Elem1\cf2 Hello \cf3 Elem2\par&#13;
&#13;
2nd Liane : \cf3 Elem3\cf2\par&#13;
&#13;
\cf3 Elem4\cf2 3rd\cf3 Elem5\cf2  Line : \cf3 Elem6\cf2\par&#13;
&#13;
4th Line : \cf1 Elem7\cf0\par&#13;
&#13;
}&#13;
&#13;
Here is my regex :&#13;
(?&lt;=\\cf[13] ).*?(?=\\cf.)&#13;
&#13;
&#13;
It's working just fine on those sites :https://regex101.com/ , https://www.regextester.com/ , https://regexr.com/&#13;
But not in Windev...&#13;
&#13;
Do you have an idea why?&#13;
Thank you.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex/read.awp</link><title>[WD22] Help with Regex</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Tim</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex-66273/read.awp</comments><pubDate>20 Jul 2018 14:27:41 Z</pubDate><description>Hi,&#13;
&#13;
check out these links:&#13;
&#13;
https://forum.pcsoft.fr/fr-FR/pcsoft.us.windev/45571-wd18-need-help-with-regular-expression/rea…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex-66273/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex-66273/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex/read.awp">[WD22] Help with Regex</source><title>Re: [WD22] Help with Regex</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex-66251/read.awp</comments><pubDate>19 Jul 2018 15:52:00 Z</pubDate><description>Hi Wahib,&#13;
&#13;
probably because supported regex expressions in wlanguage are way less advanced than on these web sites.&#13;
&#13;
You can…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex-66251/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex-66251/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66247-wd22-help-with-regex/read.awp">[WD22] Help with Regex</source><title>Re: [WD22] Help with Regex</title></item></channel></rss>
