<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=390675&amp;view=findpost&amp;p=3487265</guid>
        <pubDate>Wed, 04 Jun 2014 06:09:25 +0000</pubDate>
        <title>удаление нулей в конце дроби</title>
        <link>https://forum.sources.ru/index.php?showtopic=390675&amp;view=findpost&amp;p=3487265</link>
        <description><![CDATA[uk-: таже ошибка с фиксированной длиной. на regexpr ru проверяю]]></description>
        <author>uk-</author>
        <category>RegExp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=390675&amp;view=findpost&amp;p=3487217</guid>
        <pubDate>Tue, 03 Jun 2014 21:25:05 +0000</pubDate>
        <title>удаление нулей в конце дроби</title>
        <link>https://forum.sources.ru/index.php?showtopic=390675&amp;view=findpost&amp;p=3487217</link>
        <description><![CDATA[K313: <div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(?&#60;=\.[1-9]*)0+$</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script> а так?]]></description>
        <author>K313</author>
        <category>RegExp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=390675&amp;view=findpost&amp;p=3486807</guid>
        <pubDate>Tue, 03 Jun 2014 07:44:45 +0000</pubDate>
        <title>удаление нулей в конце дроби</title>
        <link>https://forum.sources.ru/index.php?showtopic=390675&amp;view=findpost&amp;p=3486807</link>
        <description><![CDATA[uk-: всем приветики<br>
нужно найти все нули на конце в десятичной дроби<br>
1.1<strong class='tag-b'>00</strong><br>
1.01<strong class='tag-b'>00</strong><br>
0.001<br>
1000<br>
все к чему пришел, это <br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(?&#60;=\.)0+$</div></ol></div></div></div></div><br>
но тогда не сработает вариант 0.100<br>
если сделать так<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(?&#60;=\..*)0+$</div></ol></div></div></div></div><br>
то ругается уже <div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>lookbehind assertion is not fixed length</div></div><br>
спасибо]]></description>
        <author>uk-</author>
        <category>RegExp</category>
      </item>
	
      </channel>
      </rss>
	