<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[HTTP Retriever - Value RegEx works whit accent]]></title><description><![CDATA[<p dir="auto">Hi. I am trying to get points from a web page using HTTP Retriever. Everything works fine until in the RegEx Value I place a word with access. for example:<br />
&lt;tr&gt;&lt;td&gt;&lt;span&gt;(Cerro Patacón)&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span&gt;(.*?)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;<br />
I get "Validation Error - No value match made for point Cerro Patacón.<br />
How can I solved it?</p>
<p dir="auto">Thanks you in advance..</p>
]]></description><link>https://forum.mango-os.com/topic/4463/http-retriever-value-regex-works-whit-accent</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 12:19:27 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4463.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Sep 2019 21:18:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HTTP Retriever - Value RegEx works whit accent on Tue, 10 Sep 2019 15:01:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi phil. Thanks you. I used your recommendation and found that the regex value was waiting instead of Cerro Patacón, Cerro PatacÃºn.<br />
I changed that in the regex value and voila. is working.</p>
<p dir="auto">ú	Ãº<br />
ó	Ã³<br />
í	Ã<br />
é	Ã©<br />
á	Ã¡</p>
]]></description><link>https://forum.mango-os.com/post/23573</link><guid isPermaLink="true">https://forum.mango-os.com/post/23573</guid><dc:creator><![CDATA[Francisco Salinas]]></dc:creator><pubDate>Tue, 10 Sep 2019 15:01:21 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Retriever - Value RegEx works whit accent on Tue, 10 Sep 2019 13:46:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi Francisco, welcome to the forum!</p>
<p dir="auto">Regex can certainly match the accent. You can see that here, where I was using the browser developer tools:</p>
<p dir="auto"><img src="https://camo.nodebb.org/6e8ffb940154e3d8a9d45f05750a1e5d789a3951?url=https%3A%2F%2Fi.imgur.com%2FZANNRvf.png" alt="0_1568123682099_matchesAccent.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">So I have to agree with Fox that part of the question is hidden in not having the source text that's being matched. <code>.</code> should match everything but newlines. If there are newlines, you could try picking a character that doesn't appear and using a <code>([^~]*)</code> or a <code>((?:.|\r|\n)*)</code></p>
]]></description><link>https://forum.mango-os.com/post/23572</link><guid isPermaLink="true">https://forum.mango-os.com/post/23572</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 10 Sep 2019 13:46:19 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Retriever - Value RegEx works whit accent on Tue, 10 Sep 2019 01:15:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/francisco-salinas" aria-label="Profile: francisco-salinas">@<bdi>francisco-salinas</bdi></a><br />
If you have a copy of the source you're trying to parse from, use <a href="http://regexr.com" rel="nofollow ugc">regexr.com</a> and work from that to create your RegExp string.<br />
The Cerro Patacón should be part of the text, not a variable. I think there's a lot of detail missing here that you've not made clear.</p>
]]></description><link>https://forum.mango-os.com/post/23565</link><guid isPermaLink="true">https://forum.mango-os.com/post/23565</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 10 Sep 2019 01:15:33 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Retriever - Value RegEx works whit accent on Tue, 10 Sep 2019 00:13:33 GMT]]></title><description><![CDATA[<p dir="auto">I get this error:<br />
Validation error - No value match made for point Cerro Patacón</p>
]]></description><link>https://forum.mango-os.com/post/23564</link><guid isPermaLink="true">https://forum.mango-os.com/post/23564</guid><dc:creator><![CDATA[Francisco Salinas]]></dc:creator><pubDate>Tue, 10 Sep 2019 00:13:33 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Retriever - Value RegEx works whit accent on Mon, 09 Sep 2019 23:53:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/francisco-salinas" aria-label="Profile: francisco-salinas">@<bdi>francisco-salinas</bdi></a> said in <a href="/post/23562">HTTP Retriever - Value RegEx works whit accent</a>:</p>
<blockquote>
<p dir="auto">&lt;tr&gt;&lt;td&gt;&lt;span&gt;Cerro Patacón&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span&gt;(.?)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;</p>
</blockquote>
<p dir="auto">If that's the case:</p>
<pre><code>&lt;tr&gt;&lt;td&gt;&lt;span&gt;Cerro Patacón&lt;\/span&gt;&lt;\/td&gt;&lt;td&gt;&lt;span&gt;(.?)&lt;\/span&gt;&lt;\/td&gt;&lt;\/tr&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/23563</link><guid isPermaLink="true">https://forum.mango-os.com/post/23563</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Mon, 09 Sep 2019 23:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Retriever - Value RegEx works whit accent on Tue, 10 Sep 2019 13:35:40 GMT]]></title><description><![CDATA[<p dir="auto">Sorry my error the original regex value is<br />
<code> &lt;tr&gt;&lt;td&gt;&lt;span&gt;Cerro Patacón&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span&gt;(.*?)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;</code><br />
I try you suggestion<br />
<code>&lt;tr&gt;&lt;td&gt;&lt;span&gt;\Cerro Patacón\&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span&gt;(.*?)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;</code><br />
but I get this error:<br />
Illegal/unsupported escape sequence near index 15 &lt;tr&gt;&lt;td&gt;&lt;span&gt;\Cerro Patacón&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span&gt;(.*?)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt; ^</p>
]]></description><link>https://forum.mango-os.com/post/23562</link><guid isPermaLink="true">https://forum.mango-os.com/post/23562</guid><dc:creator><![CDATA[Francisco Salinas]]></dc:creator><pubDate>Tue, 10 Sep 2019 13:35:40 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP Retriever - Value RegEx works whit accent on Mon, 09 Sep 2019 23:27:57 GMT]]></title><description><![CDATA[<p dir="auto">The following characters have special meaning, and should be preceded by a \ (backslash) to represent a literal character:<br />
+*?^$.[]{}()|/</p>
<p dir="auto">So your</p>
<pre><code>&lt;tr&gt;&lt;td&gt;&lt;span&gt;(Cerro Patacón)&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span&gt;(.*?)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
</code></pre>
<p dir="auto">Should be</p>
<pre><code>&lt;tr&gt;&lt;td&gt;&lt;span&gt;\(Cerro Patacón\)&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span&gt;(.*?)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/23561</link><guid isPermaLink="true">https://forum.mango-os.com/post/23561</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Mon, 09 Sep 2019 23:27:57 GMT</pubDate></item></channel></rss>