<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Убрать символы]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13894&amp;type=atom" />
	<updated>2018-06-28T22:47:21Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13894</id>
		<entry>
			<title type="html"><![CDATA[Re: Убрать символы]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126540#p126540" />
			<content type="html"><![CDATA[<p><strong>powercat</strong>, не надо везде RegEx пихать, тем более неумело.<br /></p><div class="codebox"><pre><code>haystack:=&quot;12345678Hello World&quot;
MsgBox, % SubStr(haystack, 9)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-06-28T22:47:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126540#p126540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Убрать символы]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126539#p126539" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>haystack:=&quot;12345678Hello World&quot;
msgbox % haystack
test:=RegExReplace(haystack,&quot;^[A-z,0-9]{8,8}&quot;, &quot;&quot;)
msgbox % test</code></pre></div>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2018-06-28T22:23:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126539#p126539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Убрать символы]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126535#p126535" />
			<content type="html"><![CDATA[<p>В переменной находится длинный текст. Как удалить первые 8 символов из этой переменной?</p>]]></content>
			<author>
				<name><![CDATA[kytteroyer]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39353</uri>
			</author>
			<updated>2018-06-28T16:09:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126535#p126535</id>
		</entry>
</feed>
