<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: String replacement</title>
		<atom:link href="http://cycling74.com/forums/topic/string-replacement/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/string-replacement/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 13:02:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/string-replacement/#post-31469</guid>
					<title><![CDATA[String replacement]]></title>
					<link>http://cycling74.com/forums/topic/string-replacement/#post-31469</link>
					<pubDate>Thu, 19 Apr 2007 11:25:46 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>I want to make the following replacement in a text message &#8220;/&#8221; becomes &#8221; / &#8220;<br />
(surround a slash with spaces).</p>
<p>Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/string-replacement/#post-102436</guid>
					<title><![CDATA[Re: String replacement]]></title>
					<link>http://cycling74.com/forums/topic/string-replacement/#post-102436</link>
					<pubDate>Thu, 19 Apr 2007 13:20:12 +0000</pubDate>
					<dc:creator>Leafcutter John</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Gary,</p>
<p>I&#8217;ve been doing loads of path things lately so this is a piece of cake!</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 31 88 14 196617 /;<br />
#P message 91 326 201 196617 &#8221; / &#8220;;<br />
#P newex 91 302 62 196617 prepend set;<br />
#P newex 91 277 40 196617 itoa;<br />
#P message 91 212 52 196617 32 47 32;<br />
#P newex 91 251 48 196617 thresh 5;<br />
#P newex 91 179 38 196617 sel 47;<br />
#P newex 91 151 25 196617 iter;<br />
#P message 91 88 162 196617 another/test/with/more/slashes;<br />
#P message 48 88 39 196617 a/test;<br />
#P newex 91 124 40 196617 atoi;<br />
#P connect 5 0 7 0;<br />
#P fasten 4 1 5 0 124 204 154 204 154 234 96 234;<br />
#P connect 6 0 5 0;<br />
#P fasten 10 0 0 0 36 113 96 113;<br />
#P fasten 1 0 0 0 53 113 96 113;<br />
#P connect 2 0 0 0;<br />
#P fasten 0 0 3 0 96 146 96 146;<br />
#P connect 3 0 4 0;<br />
#P connect 4 0 6 0;<br />
#P connect 7 0 8 0;<br />
#P connect 8 0 9 0;<br />
#P window clipboard copycount 11;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/string-replacement/#post-102437</guid>
					<title><![CDATA[Re: String replacement]]></title>
					<link>http://cycling74.com/forums/topic/string-replacement/#post-102437</link>
					<pubDate>Thu, 19 Apr 2007 13:43:02 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 19 avr. 07, at 13:25, Gary Lee Nelson wrote:</p>
<p>> I want to make the following replacement in a text message &#8220;/&#8221;  <br />
> becomes &#8221; / &#8220;<br />
> (surround a slash with spaces).</p>
<p>What about regepx?</p>
<p>regexp @re / @substitute &#8221; / &#8221;  should do it.</p>
<p>Cheers,<br />
ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/string-replacement/#post-102438</guid>
					<title><![CDATA[Re: String replacement]]></title>
					<link>http://cycling74.com/forums/topic/string-replacement/#post-102438</link>
					<pubDate>Thu, 19 Apr 2007 17:30:32 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect.  Thanks so much.  I need to finally learn regexp syntax</p>
<p>
On 4/19/07 9:43 AM, &#8220;Emmanuel Jourdan&#8221; <c74 -mailinglists@e--j.com> wrote:</c74></p>
<p>> regexp @re / @substitute &#8221; / &#8220;</p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

