<?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[trocar ponto por vírgula na string numérica]]></title><description><![CDATA[<p dir="auto">trocar ponto por vírgula na string numérica<br />
Tem como configurar no notepad ++?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26190/trocar-ponto-por-vírgula-na-string-numérica</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 23:53:07 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26190.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Oct 2024 16:32:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to trocar ponto por vírgula na string numérica on Fri, 11 Oct 2024 18:03:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/carlos-zucareli-ren%C3%B3" aria-label="Profile: Carlos-Zucareli-Renó">@<bdi>Carlos-Zucareli-Renó</bdi></a> said in <a href="/post/97025">trocar ponto por vírgula na string numérica</a>:</p>
<blockquote>
<p dir="auto">change period to comma in numeric string<br />
Is it possible to configure in notepad ++?</p>
</blockquote>
<p dir="auto">Not only are you wasting everyone’s time by not posting in English, your topic title (“replace semicolon with comma in numeric string”) doesn’t even match your posting content (“change period to comma in numeric string”).</p>
<p dir="auto">I won’t even try to answer, nor think about what you’re trying to ask.  I’ll just “move on” unless you put some effort behind it on your end, in the form of a reformulated posting.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97028</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97028</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 11 Oct 2024 18:03:12 GMT</pubDate></item><item><title><![CDATA[Reply to trocar ponto por vírgula na string numérica on Fri, 11 Oct 2024 17:28:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/carlos-zucareli-ren%C3%B3" aria-label="Profile: Carlos-Zucareli-Renó">@<bdi>Carlos-Zucareli-Renó</bdi></a> ,</p>
<p dir="auto">You weren’t very specific, so in simple terms, to change a character like <code>;</code> into a character like <code>,</code> anywhere in the document, you would use <strong>Search &gt; Replace</strong> and set FIND WHAT = <code>;</code> and REPLACE WITH = <code>,</code></p>
<p dir="auto">If you only want to do it in the context of just when the semicolon is “inside numbers”, you would have to use a regular expression search mode rather than regular search mode.  For example, if you have <code>123;45</code> and want to change it to <code>123,45</code>, you could look for “some number of digits, a semicolon, then more digits”: FIND WHAT = <code>(\d+);(\d+)</code> and REPLACE WITH = <code>$1,$2</code> and SEARCH MODE = <code>Regular Expression</code>.    (More on these in “useful references” will be below.)</p>
<p dir="auto">If this isn’t enough for your data, you need to be more specific: Please show some example “before” and “after” data – you can use the &lt;/&gt; button on the toolbar when making your post to get a pair of <code>```</code> lines in post, and you can put your data between those lines.</p>
<p dir="auto">(BTW: English is the official language of this forum.  You might want to try to translate your native language into English yourself, or to use an online translator you trust.  Otherwise, you are relying on the readers [or their browsers] to all do the translation for you, which means your intent might not be making it through their translation.)</p>
<p dir="auto">-—</p>
<h3>Useful References</h3>
<ul>
<li><a href="https://community.notepad-plus-plus.org/topic/21965/please-read-before-posting">Please Read Before Posting</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/22022/template-for-search-replace-questions">Template for Search/Replace Questions</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/21925/faq-desk-formatting-forum-posts">Formatting Forum Posts</a></li>
<li><a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">Notepad++ Online User Manual: Searching/Regex</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation">FAQ: Where to find other regular expressions (regex) documentation</a></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/97027</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97027</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 11 Oct 2024 17:28:21 GMT</pubDate></item></channel></rss>