<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Find Anything in Parentheses Using Word&#8217;s Search</title>
	<atom:link href="http://www.writerstechnology.com/2009/05/how-to-find-anything-in-parentheses-using-words-search/feed" rel="self" type="application/rss+xml" />
	<link>http://www.writerstechnology.com/2009/05/how-to-find-anything-in-parentheses-using-words-search</link>
	<description>Tools, Tips, and Technology for Productive Writers</description>
	<lastBuildDate>Sun, 21 Feb 2010 07:34:44 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob</title>
		<link>http://www.writerstechnology.com/2009/05/how-to-find-anything-in-parentheses-using-words-search/comment-page-1#comment-985</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 23 Nov 2009 02:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.writerstechnology.com/?p=695#comment-985</guid>
		<description>Hey, thanks....I was about to write a simple Java program to accomplish the task before finding your advice.</description>
		<content:encoded><![CDATA[<p>Hey, thanks&#8230;.I was about to write a simple Java program to accomplish the task before finding your advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko</title>
		<link>http://www.writerstechnology.com/2009/05/how-to-find-anything-in-parentheses-using-words-search/comment-page-1#comment-944</link>
		<dc:creator>Mikko</dc:creator>
		<pubDate>Sun, 30 Aug 2009 17:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.writerstechnology.com/?p=695#comment-944</guid>
		<description>You should probably write a macro to do the replacing and searching. But I would rather use some other software instead of Word, for example, LyX or Emacs :-)</description>
		<content:encoded><![CDATA[<p>You should probably write a macro to do the replacing and searching. But I would rather use some other software instead of Word, for example, LyX or Emacs <img src='http://www.writerstechnology.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sefcug</title>
		<link>http://www.writerstechnology.com/2009/05/how-to-find-anything-in-parentheses-using-words-search/comment-page-1#comment-878</link>
		<dc:creator>sefcug</dc:creator>
		<pubDate>Thu, 21 May 2009 13:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.writerstechnology.com/?p=695#comment-878</guid>
		<description>I like the way you think Dustin. 

I have used similar methods, as I use different versions of MS Word, OpenOffice.org Writer, and older word processing software that can utilize &quot;find and replace&quot; functions, but use different expressions.

Substituting a character or group of characters that do not otherwise appear in the document and then deleting them is much easier, at least for me, than figuring out what expression to use with what software.

I also use &quot;Find next&quot; and &quot;Replace&quot; rather than &quot;Replace all&quot;, so that I know exactly what is being replaced.</description>
		<content:encoded><![CDATA[<p>I like the way you think Dustin. </p>
<p>I have used similar methods, as I use different versions of MS Word, OpenOffice.org Writer, and older word processing software that can utilize &#8220;find and replace&#8221; functions, but use different expressions.</p>
<p>Substituting a character or group of characters that do not otherwise appear in the document and then deleting them is much easier, at least for me, than figuring out what expression to use with what software.</p>
<p>I also use &#8220;Find next&#8221; and &#8220;Replace&#8221; rather than &#8220;Replace all&#8221;, so that I know exactly what is being replaced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Hendrix</title>
		<link>http://www.writerstechnology.com/2009/05/how-to-find-anything-in-parentheses-using-words-search/comment-page-1#comment-877</link>
		<dc:creator>Lisa Hendrix</dc:creator>
		<pubDate>Thu, 21 May 2009 00:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.writerstechnology.com/?p=695#comment-877</guid>
		<description>Adriano&#039;s way confused me, though I suppose it would work.  Yours, on the other, Dustin, made perfect sense. Nice fix.</description>
		<content:encoded><![CDATA[<p>Adriano&#8217;s way confused me, though I suppose it would work.  Yours, on the other, Dustin, made perfect sense. Nice fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adriano</title>
		<link>http://www.writerstechnology.com/2009/05/how-to-find-anything-in-parentheses-using-words-search/comment-page-1#comment-876</link>
		<dc:creator>Adriano</dc:creator>
		<pubDate>Tue, 19 May 2009 21:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.writerstechnology.com/?p=695#comment-876</guid>
		<description>Hi Dustin,

Depending on what version of Word you&#039;re using, you could do this another (simpler) way. Since Word is recognizing the open brackets as part of its search expression, you need to type them in with a backslash: \(.

To find parentheticals, try using this expression:
\([^\)]*\)

I don&#039;t have Word installed right now, but that should work. If not, try surrounding it with square brackets.

Later,
Adriano</description>
		<content:encoded><![CDATA[<p>Hi Dustin,</p>
<p>Depending on what version of Word you&#8217;re using, you could do this another (simpler) way. Since Word is recognizing the open brackets as part of its search expression, you need to type them in with a backslash: \(.</p>
<p>To find parentheticals, try using this expression:<br />
\([^\)]*\)</p>
<p>I don&#8217;t have Word installed right now, but that should work. If not, try surrounding it with square brackets.</p>
<p>Later,<br />
Adriano</p>
]]></content:encoded>
	</item>
</channel>
</rss>
