<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10295" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-08-18T13:45:18-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10295</id>

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-18T13:45:18-04:00</updated>

		<published>2005-08-18T13:45:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54448#p54448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54448#p54448"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54448#p54448"><![CDATA[
why don't you just google for "regexp tutorial", there are tons, some even show you what matches visually<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 18, 2005 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-08-18T13:23:24-04:00</updated>

		<published>2005-08-18T13:23:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54443#p54443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54443#p54443"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54443#p54443"><![CDATA[
Ahhhh,<br>It's what I had done but with an error <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br>Thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Thu Aug 18, 2005 1:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-08-18T10:52:10-04:00</updated>

		<published>2005-08-18T10:52:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54436#p54436</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54436#p54436"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54436#p54436"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>regexp -nocase { .....</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Thu Aug 18, 2005 10:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-08-18T07:15:31-04:00</updated>

		<published>2005-08-18T07:15:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54429#p54429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54429#p54429"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54429#p54429"><![CDATA[
Hello, another question,<br>If i want match "WOrd" or "word" or "worD"...<br>How to do it?<br>Thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Thu Aug 18, 2005 7:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-08-16T17:00:25-04:00</updated>

		<published>2005-08-16T17:00:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54354#p54354</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54354#p54354"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54354#p54354"><![CDATA[
erf, <br><br>sorry demond but we've post at the same time.Thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Tue Aug 16, 2005 5:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-16T12:14:32-04:00</updated>

		<published>2005-08-16T12:14:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54348#p54348</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54348#p54348"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54348#p54348"><![CDATA[
I gave you the solution, did you bother to test it at all?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 16, 2005 12:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-08-16T11:59:22-04:00</updated>

		<published>2005-08-16T11:59:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54346#p54346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54346#p54346"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54346#p54346"><![CDATA[
ok<div class="codebox"><p>Code: </p><pre><code>regexp {(^word\s|\sword\s|\sword$)} $string</code></pre></div>it works for one word.<br><br>1/there is simpler?<br><br>2/ if i want match two words<div class="codebox"><p>Code: </p><pre><code>regexp {(^word1\s|\sword1\s) (\sword2\s|\sword2$)} $string</code></pre></div>don't match?<br>I want match the string with "word1 word2" or "word2 word1" <br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Tue Aug 16, 2005 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-16T11:54:10-04:00</updated>

		<published>2005-08-16T11:54:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54345#p54345</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54345#p54345"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54345#p54345"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[regexp {(^|\s+)word($|\s+)} $str] &amp;&amp; [regexp {(^|\s+)is($|\s+)} $str]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 16, 2005 11:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-08-16T09:37:41-04:00</updated>

		<published>2005-08-16T09:37:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54339#p54339</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54339#p54339"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54339#p54339"><![CDATA[
did you try seperating them using space. eg. \s<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Tue Aug 16, 2005 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-08-16T07:23:09-04:00</updated>

		<published>2005-08-16T07:23:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54333#p54333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54333#p54333"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54333#p54333"><![CDATA[
no demond, <br><br>it's not that.<br>I want that the code matches all string with "word" and "is". But it shouldn't match the words who contains "word" and "is"(badword,this,history...don't have matches).<br>I thought that to use \b was a solution to limit the word but it's not that.<br><br>If you can help me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Tue Aug 16, 2005 7:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-16T02:38:43-04:00</updated>

		<published>2005-08-16T02:38:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54328#p54328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54328#p54328"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54328#p54328"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>regexp word.*is $str</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Aug 16, 2005 2:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-08-16T02:07:15-04:00</updated>

		<published>2005-08-16T02:07:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54326#p54326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54326#p54326"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54326#p54326"><![CDATA[
Yes, i try with an example.<br><br>I want to match a string(with regexp) who contains the words "word" <span style="text-decoration:underline">and</span> "is".<br>In fact i don't want to match a word who contains the words.<br>"the word is simple"==&gt;match<br>"this word "==&gt;not match<br>"F**** is a badword"==&gt;not match<br>......<br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Tue Aug 16, 2005 2:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-15T17:01:15-04:00</updated>

		<published>2005-08-15T17:01:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54304#p54304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54304#p54304"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54304#p54304"><![CDATA[
what do you want to match? describe with your own words, not with RE<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 15, 2005 5:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-08-15T16:57:34-04:00</updated>

		<published>2005-08-15T16:57:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54303#p54303</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54303#p54303"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54303#p54303"><![CDATA[
ok,<br><br>You can just tell me how is $string for match this code please(an example)<div class="codebox"><p>Code: </p><pre><code>regexp {\bworld\b} $string</code></pre></div>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Mon Aug 15, 2005 4:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-15T15:38:06-04:00</updated>

		<published>2005-08-15T15:38:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54300#p54300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54300#p54300"/>
		<title type="html"><![CDATA[regexp problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54300#p54300"><![CDATA[
<em class="text-italics">\b</em> is RE escape for backspace and you don't have backspace <br><br><em class="text-italics">(?=re)</em> is positive lookahead, valid in AREs (advanced REs) only, and I very much doubt it's that what you had in mind<br><br><em class="text-italics">(?&lt;=</em> is RE error<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 15, 2005 3:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
