<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12496</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12496&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Вытащить данные из тегов с помощью RegExMatch».]]></description>
		<lastBuildDate>Fri, 24 Feb 2017 12:17:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113185#p113185</link>
			<description><![CDATA[<p>Оказывается все так просто.. Спасибо большое<span style="color: red"><span class="bbu"><strong>.</strong></span></span></p>]]></description>
			<author><![CDATA[null@example.com (ZIKzaz)]]></author>
			<pubDate>Fri, 24 Feb 2017 12:17:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113185#p113185</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113183#p113183</link>
			<description><![CDATA[<div class="codebox"><pre><code>RegExMatch(переменная, &quot;Имя_Фамилия&lt;/td&gt;&lt;td&gt;(.*?)&lt;/td&gt;&lt;td&gt;&quot;, переменная)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (red2881)]]></author>
			<pubDate>Fri, 24 Feb 2017 12:11:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113183#p113183</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Вытащить данные из тегов с помощью RegExMatch]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113181#p113181</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ZIKzaz)]]></author>
			<pubDate>Fri, 24 Feb 2017 11:21:31 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113181#p113181</guid>
		</item>
	</channel>
</rss>
