<?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: Search a String: Offset</title>
	<atom:link href="http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/feed/" rel="self" type="application/rss+xml" />
	<link>http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/</link>
	<description>AppleScript Studio blog with tips, scripts, and tutorials</description>
	<pubDate>Tue, 06 Jan 2009 07:07:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: has</title>
		<link>http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/comment-page-1/#comment-5</link>
		<dc:creator>has</dc:creator>
		<pubDate>Sat, 24 May 2008 09:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/#comment-5</guid>
		<description>"I can’t seem to get that call method command to compile in a test application."

If cutting and pasting, beware WordPress's curly quotes. AppleScript requires straight double quotes for string literals.</description>
		<content:encoded><![CDATA[<p>&#8220;I can’t seem to get that call method command to compile in a test application.&#8221;</p>
<p>If cutting and pasting, beware WordPress&#8217;s curly quotes. AppleScript requires straight double quotes for string literals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. M. Lawson</title>
		<link>http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/comment-page-1/#comment-4</link>
		<dc:creator>K. M. Lawson</dc:creator>
		<pubDate>Wed, 21 May 2008 01:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/#comment-4</guid>
		<description>Intersting, I can't seem to get that call method command to compile in a test application.</description>
		<content:encoded><![CDATA[<p>Intersting, I can&#8217;t seem to get that call method command to compile in a test application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. M. Lawson</title>
		<link>http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/comment-page-1/#comment-3</link>
		<dc:creator>K. M. Lawson</dc:creator>
		<pubDate>Tue, 20 May 2008 14:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/#comment-3</guid>
		<description>I will have to look into some more of thos NSString methods within Cocoa! Thanks for passing that info along!</description>
		<content:encoded><![CDATA[<p>I will have to look into some more of thos NSString methods within Cocoa! Thanks for passing that info along!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: has</title>
		<link>http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/comment-page-1/#comment-2</link>
		<dc:creator>has</dc:creator>
		<pubDate>Tue, 20 May 2008 10:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://foolsworkshop.com/applescript/2008/05/search-a-string-offset/#comment-2</guid>
		<description>Text manipulation is definitely not one of AppleScript's strong points, and its out-of-the-box support for it really sucks. However, if you're working in Studio you can easily take advantage of Cocoa's own NSString methods and third-party text processing frameworks such as RegexKit. For example, to uppercase an AppleScript string:

set myText to call method "uppercaseString" of myText

For non-Studio-based projects, your best bet would be to use a Unicode-aware scriptable text editor, e.g. TextWrangler, or scripting addition/scriptable faceless background application, e.g. TextCommands.

HTH</description>
		<content:encoded><![CDATA[<p>Text manipulation is definitely not one of AppleScript&#8217;s strong points, and its out-of-the-box support for it really sucks. However, if you&#8217;re working in Studio you can easily take advantage of Cocoa&#8217;s own NSString methods and third-party text processing frameworks such as RegexKit. For example, to uppercase an AppleScript string:</p>
<p>set myText to call method &#8220;uppercaseString&#8221; of myText</p>
<p>For non-Studio-based projects, your best bet would be to use a Unicode-aware scriptable text editor, e.g. TextWrangler, or scripting addition/scriptable faceless background application, e.g. TextCommands.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
</channel>
</rss>
