<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Babelediting&#039;s Blog</title>
	<atom:link href="http://babelediting.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://babelediting.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 23 Oct 2009 08:23:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='babelediting.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Babelediting&#039;s Blog</title>
		<link>http://babelediting.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://babelediting.wordpress.com/osd.xml" title="Babelediting&#039;s Blog" />
	<atom:link rel='hub' href='http://babelediting.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Wildcard strings for Academic Copyeditors/Regular Expressions</title>
		<link>http://babelediting.wordpress.com/2009/10/20/wildcard-strings-for-academic-copyeditorsregular-expressions/</link>
		<comments>http://babelediting.wordpress.com/2009/10/20/wildcard-strings-for-academic-copyeditorsregular-expressions/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:05:24 +0000</pubDate>
		<dc:creator>B.B.</dc:creator>
				<category><![CDATA[Copyediting]]></category>
		<category><![CDATA[babelediting]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://babelediting.wordpress.com/?p=30</guid>
		<description><![CDATA[Here&#8217;s a list of basic regular expressions/MS Word wildcard search strings, useful for academic copyediting world (esp. to rip through a reference list).  The logic of some of them is still a bit shaky &#8211; use with sensible precaution. Replaces &#8230; <a href="http://babelediting.wordpress.com/2009/10/20/wildcard-strings-for-academic-copyeditorsregular-expressions/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babelediting.wordpress.com&amp;blog=9874309&amp;post=30&amp;subd=babelediting&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a list of basic regular expressions/MS Word wildcard search strings, useful for academic copyediting world (esp. to rip through a reference list).  The logic of some of them is still a bit shaky &#8211; use with sensible precaution.</p>
<p><strong>Replaces a bracketed year with a year preceded and followed by periods [(2000) to . 2000.]</strong></p>
<p>\(([0-9]{4})\)<br />
. \1.</p>
<p><strong>The same, but with an index letter for the year ((2000a) to . 2000a.)</strong></p>
<p>\(([0-9]{4}[abc])\)<br />
. \1.</p>
<p><strong>Replaces hyphen between two numbers with en-dash.</strong></p>
<p>([0-9])-([0-9])<br />
\1^=\2</p>
<p><strong>Closing quotation mark, comma, or fullstop ordering from Oxford to Chicago style &#8211; note: does not find Smart Quotes.</strong></p>
<p>(&#8220;)([,.])<br />
\2\1</p>
<p><strong>Same as previous, finding a smart quote</strong><br />
(”)([,.])<br />
\2\1</p>
<p><strong>Closing quotation mark, comma or fullstop from Chicago to Oxford style (not Smart Quotes</strong>)</p>
<p>([,.])(&#8220;)<br />
\2\1</p>
<p><strong>Replace smart single quotes with smart double quotes (be careful with this one in case there are apostrophes around).</strong></p>
<p>‘(*)’<br />
“\1”</p>
<p><strong>Replace smart double quotes with smart single quotes</strong></p>
<p>“(*)”<br />
‘\1’</p>
<p><strong>Change  &#8220;Vol. #, No. #,&#8221; to &#8220;# (#):&#8221;</strong></p>
<p>, Vol. ([0-9]{1,}), No. ([0-9]{1,}),<br />
\1 (\2):</p>
<p><strong>Author-date method; in text, change comma-separated author list to semicolon separated.</strong><br />
([0-9]{4}), ([! ]{1,} [0-9]{4})<br />
\1; \2</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/babelediting.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/babelediting.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/babelediting.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/babelediting.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/babelediting.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/babelediting.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/babelediting.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/babelediting.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/babelediting.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/babelediting.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/babelediting.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/babelediting.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/babelediting.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/babelediting.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=babelediting.wordpress.com&amp;blog=9874309&amp;post=30&amp;subd=babelediting&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://babelediting.wordpress.com/2009/10/20/wildcard-strings-for-academic-copyeditorsregular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d07927f2fd53811e7ecdff8e64250a4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">B.B.</media:title>
		</media:content>
	</item>
	</channel>
</rss>
