<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12496&amp;type=atom" />
	<updated>2017-02-24T12:17:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12496</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113185#p113185" />
			<content type="html"><![CDATA[<p>Оказывается все так просто.. Спасибо большое<span style="color: red"><span class="bbu"><strong>.</strong></span></span></p>]]></content>
			<author>
				<name><![CDATA[ZIKzaz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27407</uri>
			</author>
			<updated>2017-02-24T12:17:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113185#p113185</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113183#p113183" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>RegExMatch(переменная, &quot;Имя_Фамилия&lt;/td&gt;&lt;td&gt;(.*?)&lt;/td&gt;&lt;td&gt;&quot;, переменная)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2017-02-24T12:11:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113183#p113183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113181#p113181" />
			<content type="html"><![CDATA[<p>Имеется текст по типу:</p><div class="codebox"><pre><code>&lt;/td&gt;&lt;td&gt;Имя_Фамилия&lt;/td&gt;&lt;td&gt;Нужный текст&lt;/td&gt;&lt;td&gt;Имя_Фамилия2&lt;/td&gt;&lt;td&gt;Ненужный текст&lt;/td&gt;&lt;td&gt;</code></pre></div><p>Имя_Фамилия известны, нужно вытащить нужный текст.</p><p>Я пытался через</p><div class="codebox"><pre><code>RegExMatch(переменная, &quot;Имя_Фамилия&lt;/td&gt;&lt;td&gt;(.*)&lt;/td&gt;&lt;td&gt;&quot;, переменная)</code></pre></div><p>Но он находит последние &lt;/td&gt;&lt;td&gt; и сует в переменную и ненужный текст, то есть мне надо до первой встречи &lt;/td&gt;&lt;td&gt;. Возможно я дурак, но не могу понять как это сделать. Имя_Фамилия2 конечно не известны.</p>]]></content>
			<author>
				<name><![CDATA[ZIKzaz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27407</uri>
			</author>
			<updated>2017-02-24T11:21:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113181#p113181</id>
		</entry>
</feed>
