<?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/1748" />

	<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>2002-05-19T16:43:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-19T16:43:00-04:00</updated>

		<published>2002-05-19T16:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7069#p7069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7069#p7069"/>
		<title type="html"><![CDATA[Find any text...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7069#p7069"><![CDATA[
Cheers m8...string match worked!<p>Statistics: Posted by Guest — Sun May 19, 2002 4:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-05-19T15:10:00-04:00</updated>

		<published>2002-05-19T15:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7066#p7066</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7066#p7066"/>
		<title type="html"><![CDATA[Find any text...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7066#p7066"><![CDATA[
Maybe you could be more clear what you're trying to do. Are you trying to get all the characters, except spaces? When you say "any text" does that include spaces? Are you trying to split up a file that has columns separated by spaces?<br><br>Instead of "string range" you might want to try the "split" command. Also, "string match" lets you do a wildcard search. Using "*" will match anything. You can also use "regexp" to do more complicated pattern matching.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sun May 19, 2002 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-19T14:52:00-04:00</updated>

		<published>2002-05-19T14:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7065#p7065</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7065#p7065"/>
		<title type="html"><![CDATA[Find any text...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7065#p7065"><![CDATA[
Ive just realised...that wont work.  Is there any way to say whether it equals xx:xx<br>where x is anything?<p>Statistics: Posted by Guest — Sun May 19, 2002 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-19T14:41:00-04:00</updated>

		<published>2002-05-19T14:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7064#p7064</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7064#p7064"/>
		<title type="html"><![CDATA[Find any text...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7064#p7064"><![CDATA[
Cheers...thats a brilliant idea!!! I hadnt thought of that!<p>Statistics: Posted by Guest — Sun May 19, 2002 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-05-19T12:29:00-04:00</updated>

		<published>2002-05-19T12:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7063#p7063</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7063#p7063"/>
		<title type="html"><![CDATA[Find any text...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7063#p7063"><![CDATA[
hehe dunno but have you tried modifying it a bit?<br><br>if {$srange != ""} {<br><br>dunno if it'll work.... just a thought <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun May 19, 2002 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-18T17:09:00-04:00</updated>

		<published>2002-05-18T17:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7050#p7050</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7050#p7050"/>
		<title type="html"><![CDATA[Find any text...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7050#p7050"><![CDATA[
I have got a line of a text file and i am using [string range] to go through each character of it.  However it is mostly spaces...is there any way to make it find *any* text.<br>E.g if {$srange == "anytxt"} {<p>Statistics: Posted by Guest — Sat May 18, 2002 5:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
