<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Fun with regular expressions</title>
	<link>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/</link>
	<description>by Frank Reiff.</description>
	<pubDate>Sat, 05 Jul 2008 19:52:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Damian Clark</title>
		<link>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-61356</link>
		<pubDate>Mon, 16 Jun 2008 17:20:00 +0000</pubDate>
		<guid>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-61356</guid>
					<description>I agree that RegEx is the way to go, but a poor implementation limits the usefullness of this app. 
I regularly turn to ABFR but when capitalisation is concerned have to look elsewhere.</description>
		<content:encoded><![CDATA[<p>I agree that RegEx is the way to go, but a poor implementation limits the usefullness of this app.<br />
I regularly turn to ABFR but when capitalisation is concerned have to look elsewhere.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jean-Jacques Ardoino</title>
		<link>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59151</link>
		<pubDate>Tue, 29 Apr 2008 08:49:43 +0000</pubDate>
		<guid>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59151</guid>
					<description>Thanks Frank,

If they could change that (case changes and other stuffs), I think it would be great for the reg ex replacing !

Best regards,
Jean-Jacques</description>
		<content:encoded><![CDATA[<p>Thanks Frank,</p>
<p>If they could change that (case changes and other stuffs), I think it would be great for the reg ex replacing !</p>
<p>Best regards,<br />
Jean-Jacques
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jean-Jacques Ardoino</title>
		<link>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59150</link>
		<pubDate>Tue, 29 Apr 2008 08:49:32 +0000</pubDate>
		<guid>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59150</guid>
					<description>Thanks Frank,

If they could change that (case changes and other stuffs), I think it would great for the reg ex replacing !

Best regards,
Jean-Jacques</description>
		<content:encoded><![CDATA[<p>Thanks Frank,</p>
<p>If they could change that (case changes and other stuffs), I think it would great for the reg ex replacing !</p>
<p>Best regards,<br />
Jean-Jacques
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: reiff</title>
		<link>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59140</link>
		<pubDate>Tue, 29 Apr 2008 07:20:57 +0000</pubDate>
		<guid>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59140</guid>
					<description>Hi Jean-Jacques,

ABFR only supports the /1, /2, /3, etc. syntax and does not support case changes, etc.

I'll see what I can do with the providers of my reg ex package.

Best regards,

Frank</description>
		<content:encoded><![CDATA[<p>Hi Jean-Jacques,</p>
<p>ABFR only supports the /1, /2, /3, etc. syntax and does not support case changes, etc.</p>
<p>I&#8217;ll see what I can do with the providers of my reg ex package.</p>
<p>Best regards,</p>
<p>Frank
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jean-Jacques Ardoino</title>
		<link>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59139</link>
		<pubDate>Tue, 29 Apr 2008 06:39:58 +0000</pubDate>
		<guid>http://www.publicspace.net/blog/mac/software/a-better-finder-rename/2006/07/12/fun-with-regular-expressions/#comment-59139</guid>
					<description>Hi,
I tried to use reg ex with A Better Finder Rename, with substitution groups. It's OK to get a &quot;/1&quot;, a &quot;/2&quot;, a &quot;/3&quot;...

But I wanted to use the substitution field to get the first letter of a group in upper case.

Generally, I have to use &quot;\u\1&quot; (it works with BBEdit's grep).

But it doesn't work in A Better Finder Rename.

Does it mean that &quot;Replace using regular expressions&quot; can only be used to replace text or permute groups, but can't be used to change the case of some letters ?

I worked hard to understand how reg ex and substitution expression works, and I need to change the case of some letters only in filenames, so &quot;Convert to uppercase&quot; and Convert to title case&quot; don't do the right work.

So I hoped I could use reg ex and substitution expression to do that.

Thanks for your answer,

Regards,
Jean-Jacques</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to use reg ex with A Better Finder Rename, with substitution groups. It&#8217;s OK to get a &#8220;/1&#8243;, a &#8220;/2&#8243;, a &#8220;/3&#8243;&#8230;</p>
<p>But I wanted to use the substitution field to get the first letter of a group in upper case.</p>
<p>Generally, I have to use &#8220;\u\1&#8243; (it works with BBEdit&#8217;s grep).</p>
<p>But it doesn&#8217;t work in A Better Finder Rename.</p>
<p>Does it mean that &#8220;Replace using regular expressions&#8221; can only be used to replace text or permute groups, but can&#8217;t be used to change the case of some letters ?</p>
<p>I worked hard to understand how reg ex and substitution expression works, and I need to change the case of some letters only in filenames, so &#8220;Convert to uppercase&#8221; and Convert to title case&#8221; don&#8217;t do the right work.</p>
<p>So I hoped I could use reg ex and substitution expression to do that.</p>
<p>Thanks for your answer,</p>
<p>Regards,<br />
Jean-Jacques
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
