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

<channel>
	<title>我爱正则表达式 &#187; download</title>
	<atom:link href="http://iregex.org/blog/tag/download/feed" rel="self" type="application/rss+xml" />
	<link>http://iregex.org</link>
	<description>原创、翻译、转载关于正则表达式的文章</description>
	<lastBuildDate>Sun, 27 Jun 2010 04:20:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><atom:link rel="hub" href="http://www.feedsky.com/api/RPC2"/><atom:link rel="hub" href="http://blogsearch.google.com/ping/RPC2"/><atom:link rel="hub" href="http://blog.yodao.com/ping/RPC2"/><atom:link rel="hub" href="http://www.feedsky.com/api/RPC2"/><atom:link rel="hub" href="http://www.xianguo.com/xmlrpc/ping.php"/><atom:link rel="hub" href="http://www.zhuaxia.com/rpc/server.php"/><atom:link rel="hub" href="http://rpc.technorati.com/rpc/ping"/><atom:link rel="hub" href="http://rpc.pingomatic.com/"/>	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://iregex.org/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>PowerGREP3.50完全版下载</title>
		<link>http://iregex.org/blog/powergrep350.html</link>
		<comments>http://iregex.org/blog/powergrep350.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:28:39 +0000</pubDate>
		<dc:creator>rex</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[powergrep]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[widnows]]></category>

		<guid isPermaLink="false">http://iregex.org/?p=42</guid>
		<description><![CDATA[之前我爱正则表达式介绍过一款软件PowerGREP，并以留言索取的形式，向大家发放3.3.3版。今天，在热心网友astek的推荐下，rex下载到了PowerGREP的3.50版，这也是迄今为止的最新版。下载地址见文末... ]]></description>
			<content:encoded><![CDATA[<p><img src="http://i293.photobucket.com/albums/mm60/zhasm/powergrep350.jpg" /> </p>
<p>之前<a target="_blank" href="http://iregex.org">我爱正则表达式</a>介绍过一款软件PowerGREP，并以留言索取的形式，向大家发放3.3.3版。今天，在热心网友<strong>astek</strong>的推荐下，rex下载到了PowerGREP的3.50版，这也是迄今为止的最新版。下载地址见文末。</p>
<p>PowerGREP是一款正则式应用软件，它是grep或egrep的增强版，允许您以直观可视、可撤消的方式，在不同的文件夹内，对不同的文件进行批量的文本搜索、替换。当然，是正则表达式层面上的。详细的介绍可参考这篇文章：<a target="_blank" href="http://iregex.org/blog/powergrep.html">windows下的正则式工具介绍之二：powergrep</a>。该篇文章的评论功能已经关闭，如果对该软件有问题，可以在此留言，或集中至正则式中文论坛<a href="http://regex.me">http://regex.me</a>讨论。</p>
<p><span id="more-42"></span></p>
<p>根据官方的<a target="_blank" href="http://www.powergrep.com/history.html">history列表</a>，该版相对于3.3.3版，修复了N多的bugs，提供了许许多多的新特性，大致如下：</p>
<p><strong>3.40的新特性（2007年6月25日）：</strong></p>
<ul>
<li>File Selector: Refresh command that refreshes the list of available drive letters, marks all folders as needing to be globbed again, and immediately updates all expanded folder tree nodes. </li>
<li>Preferences, Encoding: Option to detect encoding based on the HTML Content-Type meta tag. </li>
<li>Preferences, Encoding: Option to preserve the presence/absence of the BOM in Unicode files. </li>
<li>Preferences, File Formats: Extensions of files to be treated as zip archives (*.zip, *.jar, etc.) and files to be treated as zip documents (*.docx, *.xlsx, *.odf, etc.) can now be configured. </li>
<li>Preferences, File Formats: Option to configure the extensions of file masks that determine which conversion filter will be used for which files. </li>
<li>Preferences, File Formats: Option to disable specific conversion filters (PDF, Word, Excel). </li>
<li>Preferences, File Formats: Option to specify a folder where converted PDF, Word and Excel files should be cached, along with a maximum size of the cache. Using the cache speeds up searching through PDF, Word and Excel files that were previously searched through with PowerGREP. The cache is shared between all running instances of PowerGREP. </li>
<li>Regex: Character class subtraction, as supported by XML schema and the .NET framework. </li>
<li>Regex: Free-spacing regex search type and (?x:) free-spacing mode modifier. </li>
<li>Regex: POSIX character classes. </li>
<li>Regex: <tt>\Q..\E</tt> escape sequence for escaping a string of metacharacters. </li>
<li>Regex: <tt>\cA</tt> through <tt>\cZ</tt> ASCII control characters Ctrl+A through Ctrl+Z; equivalent of <tt>\x01</tt> through <tt>\x1A</tt>; can be used inside and outside character classes. </li>
<li>Regex: <tt>\p{Arabic}</tt> through <tt>\p{Yi}</tt> tokens for matching any character in a particular Unicode script; <tt>\p{IsArabic}</tt> syntax also supported. </li>
<li>Regex: <tt>\p{InBasicLatin}</tt> through <tt>\p{InSpecials}</tt> tokens for matching any character in a particular Unicode block; <tt>\p{IsBasicLatin}</tt> and <tt>\p{BasicLatin}</tt> alternatives also supported; BasicLatin can also be written as Basic_Latin, Basic-Latin and Basic Latin. </li>
<li>Results: &quot;Totals&quot; option to show the number of matches per file and the clickable file header on one line. This halves the number of lines needed when not showing match details (e.g. after a &quot;quick execute&quot;), and leaves the total visible when collapsing file nodes. </li>
<li>Results: &quot;Totals&quot; option to show totals both at the top and the bottom. </li>
</ul>
<p><strong>3.42版的新特性（2008年1月18日）：</strong></p>
<ul>
<li>Action: Hexadecimal escapes like \xFF in the replacement text to insert non-printable characters. </li>
<li>Action: Unicode escapes \uFFFF and \x{FFFF} in the replacement text to insert characters that cannot be typed on the keyboard. </li>
<li>Command Line: Search through files found in a previously saved search with /markresults previousresults.pgr. This parameter has the same effect as the Mark Files with Results command in the File Selector menu. </li>
<li>Regex: Forward references (i.e. a backreference to a group defined after it) are now supported. E.g. <tt>(\2two|(one))+</tt> will match <tt>oneonetwo</tt> instead of triggering an error. </li>
<li>Setup: Create Portable Installation directly from the self-extracting setup. The Install on Removable Drive menu item in the Help menu was renamed for consistency. </li>
</ul>
<p><strong>3.50版的改进之处（2008年5月13日）：</strong></p>
<ul>
<li>Conversion manager: PowerGREP will now launch the conversion manager only when it&#8217;s needed, rather than when starting PowerGREP. </li>
<li>File Formats: PowerGREP now sets the file date on files inside compound documents to the same date as the overall document file. </li>
<li>File Selector/Results: Keyboard mnemonics (underlined letters) for the default items in the Edit File submenu. You can assign mnemonics to your custom editors by placing an ampersand before the character you want to use as the mnemonic. E.g. &quot;&amp;My Editor&quot; makes M the mnemonic. </li>
<li>Results, Export: When exporting to HTML, file references that are clickable in PowerGREP are now also clickable in the HTML output. </li>
<li>Results: Use base64Binary instead of hexBinary to save match data into .pgr files, resulting in a 33% size savings for match data. </li>
</ul>
<p>由此可见，其更新是相当多，即使在介面上不是很明显。很值得下载。</p>
<p><a href="http://zhasm.com/downloads#powergrep.3.5" target="_blank">下载地址：深柳堂</a>|<a href="http://www.3ddown.com/soft/19804.htm" target="_blank">精品软件园</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iregex.org/blog/powergrep350.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
