<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK:  Как удалить из строки лишнее?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6515&amp;type=atom" />
	<updated>2021-09-15T17:17:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6515</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:  Как удалить из строки лишнее?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=149545#p149545" />
			<content type="html"><![CDATA[<p>Спасибо</p>]]></content>
			<author>
				<name><![CDATA[T1ran]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40693</uri>
			</author>
			<updated>2021-09-15T17:17:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=149545#p149545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:  Как удалить из строки лишнее?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54214#p54214" />
			<content type="html"><![CDATA[<p>Спасибо, получилось.</p>]]></content>
			<author>
				<name><![CDATA[Pokerist]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24990</uri>
			</author>
			<updated>2011-12-03T18:52:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54214#p54214</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:  Как удалить из строки лишнее?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54183#p54183" />
			<content type="html"><![CDATA[<p>Можно и <em>RegExReplace()</em>:</p><div class="codebox"><pre><code>str = произвольный§771234текст
MsgBox, % RegExReplace(str, &quot;.*(§......).*&quot;, &quot;$1&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-12-03T05:56:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54183#p54183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:  Как удалить из строки лишнее?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54171#p54171" />
			<content type="html"><![CDATA[<p>Спасибо, я думал она только позицию возвращает.</p>]]></content>
			<author>
				<name><![CDATA[Pokerist]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24990</uri>
			</author>
			<updated>2011-12-02T23:09:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54171#p54171</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:  Как удалить из строки лишнее?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54169#p54169" />
			<content type="html"><![CDATA[<p>Тут лучше использовать <a href="http://www.script-coding.com/AutoHotkey/RegExMatch.html">RegExMatch</a>.</p>]]></content>
			<author>
				<name><![CDATA[Александр_]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24888</uri>
			</author>
			<updated>2011-12-02T22:35:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54169#p54169</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:  Как удалить из строки лишнее?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54165#p54165" />
			<content type="html"><![CDATA[<p>Что-то я не могу разобраться, как удалить из строки лишнее. <img src="//forum.script-coding.com/img/smilies/hmm.png" width="15" height="15" /></p><p> Допустим есть строка с произвольным текстом содержащим в том числе &quot;§771234&quot;(без кавычек). <br /> С помощью <br /></p><div class="codebox"><pre><code> stroka= % RegExReplace(ishstroka, &quot;§......&quot;)</code></pre></div><p>я нахожу это место и переписываю строку.&nbsp; Но удаляется то что ищется, <img src="//forum.script-coding.com/img/smilies/lol.png" width="15" height="15" /> а мне надо удалить всё остальное и оставить &quot;§771234&quot; или что там будет.</p><p> Помогите пожалуйста!</p>]]></content>
			<author>
				<name><![CDATA[Pokerist]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24990</uri>
			</author>
			<updated>2011-12-02T22:09:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54165#p54165</id>
		</entry>
</feed>
