<?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[How to delete characters after certain number]]></title><description><![CDATA[<p dir="auto">Hi All,<br />
I would appreciate your help regarding my issue. I am struggling with a big xml File where I have below line, the commodity code should have only 8 characters but due to a system wrong setting it’s coming out with 10 numbers/characters so I manually have to replace each code by deleting the last two numbers and  it takes me almost two days to do that.<br />
Can someone help me with this topic.<br />
&lt;ProductCommodityCode&gt;8414302090&lt;/ProductCommodityCode&gt;</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26146/how-to-delete-characters-after-certain-number</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 02:25:50 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26146.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Sep 2024 09:29:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to delete characters after certain number on Thu, 26 Sep 2024 11:04:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> Can’t say in words how much I love you right now.You made my day !! So happy!Again thank you for your prompt answer.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/96775</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/96775</guid><dc:creator><![CDATA[Cristina Moise]]></dc:creator><pubDate>Thu, 26 Sep 2024 11:04:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to delete characters after certain number on Thu, 26 Sep 2024 11:12:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristina-moise" aria-label="Profile: Cristina-Moise">@<bdi>Cristina-Moise</bdi></a> :</p>
<p dir="auto">Find: <code>(?-i)&lt;ProductCommodityCode&gt;(\d{8})\d\d&lt;/ProductCommodityCode&gt;</code><br />
Replace: <code>&lt;ProductCommodityCode&gt;${1}&lt;/ProductCommodityCode&gt;</code><br />
Search mode: Regular expression</p>
<hr />
<p dir="auto">Will change, e.g.</p>
<p dir="auto"><code>&lt;ProductCommodityCode&gt;8414302090&lt;/ProductCommodityCode&gt;</code></p>
<p dir="auto">into</p>
<p dir="auto"><code>&lt;ProductCommodityCode&gt;84143020&lt;/ProductCommodityCode&gt;</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/96774</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/96774</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 26 Sep 2024 11:12:09 GMT</pubDate></item></channel></rss>