<?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: Introducing GREP Styles (1)</title>
	<atom:link href="http://carijansen.com/2009/07/04/tip-088/feed/" rel="self" type="application/rss+xml" />
	<link>http://carijansen.com/2009/07/04/tip-088/</link>
	<description>Trainer, Print &#38; E-Publishing Consultant, Technical Writer, Public Speaker</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:27:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Leandro</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-2721</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Fri, 03 Feb 2012 18:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-2721</guid>
		<description>Thanks for the tutorial, Cari!
Is it possible to set up a GREP style that uses some characters as a guide to a pattern, but that does not affect those characters? 
For instance, in the example of the tutorial, would it be possible to apply the character style to the text inside the parenthesis, but not to the parenthesis characters?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, Cari!<br />
Is it possible to set up a GREP style that uses some characters as a guide to a pattern, but that does not affect those characters?<br />
For instance, in the example of the tutorial, would it be possible to apply the character style to the text inside the parenthesis, but not to the parenthesis characters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen King</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-2685</link>
		<dc:creator>Stephen King</dc:creator>
		<pubDate>Sat, 07 Jan 2012 13:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-2685</guid>
		<description>Cari Jensen-great tut on one thing Grep Styles can do.  I have worked a bit in the Help Files about Grep but for some reason this tutorial seems to be more understandable to me.  Thanks so much and I am going on to the other 3 at this time.

Happy New Year!
Steve</description>
		<content:encoded><![CDATA[<p>Cari Jensen-great tut on one thing Grep Styles can do.  I have worked a bit in the Help Files about Grep but for some reason this tutorial seems to be more understandable to me.  Thanks so much and I am going on to the other 3 at this time.</p>
<p>Happy New Year!<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cari Jansen</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-2672</link>
		<dc:creator>Cari Jansen</dc:creator>
		<pubDate>Sat, 31 Dec 2011 15:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-2672</guid>
		<description>Hi Rob, hmmmm... don&#039;t think you can do that with a &#039;GREP&#039; style.  I&#039;d be inclined to use a script for that as scripts can count &#039;occurrences&#039;. GREP styles don&#039;t count occurrences... but merely look for a pattern.  Shortest Match basically looks for the shortest occurrence of a pattern. For instance if a paragraph contains two words in brackets... and you are looking for a word in brackets, it will end the &#039;pattern&#039; at the first closing bracket rather than the second. And it would then find the second word in brackets as well. Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Rob, hmmmm&#8230; don&#8217;t think you can do that with a &#8216;GREP&#8217; style.  I&#8217;d be inclined to use a script for that as scripts can count &#8216;occurrences&#8217;. GREP styles don&#8217;t count occurrences&#8230; but merely look for a pattern.  Shortest Match basically looks for the shortest occurrence of a pattern. For instance if a paragraph contains two words in brackets&#8230; and you are looking for a word in brackets, it will end the &#8216;pattern&#8217; at the first closing bracket rather than the second. And it would then find the second word in brackets as well. Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Richman</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-2670</link>
		<dc:creator>Rob Richman</dc:creator>
		<pubDate>Fri, 30 Dec 2011 16:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-2670</guid>
		<description>Hello! I have a client whose brand name must be in all-caps the FIRST time it appears, then upper/lower thereafter. I&#039;ve set-up an all-caps character style and - in my paragraph style - have set-up the following GREP (using &#039;Brand&#039; instead of the real name here)...

Brand+?

...I THOUGHT adding the Repeat &gt; One or More Times (Shortest Match) would do the trick, but no luck...it&#039;s capping ALL mentions of the name within the paragraph...Any advice?</description>
		<content:encoded><![CDATA[<p>Hello! I have a client whose brand name must be in all-caps the FIRST time it appears, then upper/lower thereafter. I&#8217;ve set-up an all-caps character style and &#8211; in my paragraph style &#8211; have set-up the following GREP (using &#8216;Brand&#8217; instead of the real name here)&#8230;</p>
<p>Brand+?</p>
<p>&#8230;I THOUGHT adding the Repeat &gt; One or More Times (Shortest Match) would do the trick, but no luck&#8230;it&#8217;s capping ALL mentions of the name within the paragraph&#8230;Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cari Jansen</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-2582</link>
		<dc:creator>Cari Jansen</dc:creator>
		<pubDate>Thu, 06 Oct 2011 00:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-2582</guid>
		<description>@Jane 
Please note there is a significant difference between how InDesign and Quark handle Character Styles. 
Character styles when created are best designed by first applying the paragraph style over the top of which they will be applied... then define the new style. This means only those attributes that differ from the rest of the text will be included in the style.</description>
		<content:encoded><![CDATA[<p>@Jane<br />
Please note there is a significant difference between how InDesign and Quark handle Character Styles.<br />
Character styles when created are best designed by first applying the paragraph style over the top of which they will be applied&#8230; then define the new style. This means only those attributes that differ from the rest of the text will be included in the style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane Tenenbaum</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-2579</link>
		<dc:creator>Jane Tenenbaum</dc:creator>
		<pubDate>Thu, 29 Sep 2011 22:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-2579</guid>
		<description>I may have just figured out the above, just nested style...</description>
		<content:encoded><![CDATA[<p>I may have just figured out the above, just nested style&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane Tenenbaum</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-2578</link>
		<dc:creator>Jane Tenenbaum</dc:creator>
		<pubDate>Thu, 29 Sep 2011 22:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-2578</guid>
		<description>Hi! Ever since I switched from Quark, I have been trying to do what Quark does easily:  When I make a paragraph, e.g., &quot;Tx,&quot; I want to create a character style (e.g., &quot;Tx-char&quot;) for that paragraph to use all the time (not to have just have &quot;none&quot; as its char. style).  Is it possible to use GREP to make the whole paragraph use the Tx-char style?  btw:  I&#039;m using a trial version of Indesign CS 5.5</description>
		<content:encoded><![CDATA[<p>Hi! Ever since I switched from Quark, I have been trying to do what Quark does easily:  When I make a paragraph, e.g., &#8220;Tx,&#8221; I want to create a character style (e.g., &#8220;Tx-char&#8221;) for that paragraph to use all the time (not to have just have &#8220;none&#8221; as its char. style).  Is it possible to use GREP to make the whole paragraph use the Tx-char style?  btw:  I&#8217;m using a trial version of Indesign CS 5.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cari Jansen</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-1315</link>
		<dc:creator>Cari Jansen</dc:creator>
		<pubDate>Fri, 01 Oct 2010 00:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-1315</guid>
		<description>@Camilo 

What is it you are trying to do, find the letter &#039;a&#039; when it is between quotes-marks?

you would just use the literal character &#039;a&#039; in that case. E.g. (?&lt;=&quot;)a(?=&quot;)</description>
		<content:encoded><![CDATA[<p>@Camilo </p>
<p>What is it you are trying to do, find the letter &#8216;a&#8217; when it is between quotes-marks?</p>
<p>you would just use the literal character &#8216;a&#8217; in that case. E.g. (?<=&#8221;)a(?=&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CAMILO</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-1305</link>
		<dc:creator>CAMILO</dc:creator>
		<pubDate>Wed, 29 Sep 2010 07:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-1305</guid>
		<description>What if i want to replace the &quot;any character&quot; character, for a hole word. For example, I want to replace the period &quot;.&quot; for the letter &quot;a&quot; and thats how im doing that, but it just doesnt work.

(?&lt;=“)\a(?=”)</description>
		<content:encoded><![CDATA[<p>What if i want to replace the &#8220;any character&#8221; character, for a hole word. For example, I want to replace the period &#8220;.&#8221; for the letter &#8220;a&#8221; and thats how im doing that, but it just doesnt work.</p>
<p>(?&lt;=“)\a(?=”)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cari Jansen</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-809</link>
		<dc:creator>Cari Jansen</dc:creator>
		<pubDate>Fri, 26 Mar 2010 01:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-809</guid>
		<description>@Erica Gamet: you are most welcome! Glad I could help.</description>
		<content:encoded><![CDATA[<p>@Erica Gamet: you are most welcome! Glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erica Gamet</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-800</link>
		<dc:creator>Erica Gamet</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-800</guid>
		<description>Thank you, Cari, for being the only resource that mentions shortest match. I&#039;ve been trying to figure out how to find HTML-like tags in a doc, strip them out, and format them when there was more than one instance in a paragraph. Shortest match...who knew one little question mark could mean so much? Thank you, thank you!</description>
		<content:encoded><![CDATA[<p>Thank you, Cari, for being the only resource that mentions shortest match. I&#8217;ve been trying to figure out how to find HTML-like tags in a doc, strip them out, and format them when there was more than one instance in a paragraph. Shortest match&#8230;who knew one little question mark could mean so much? Thank you, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cari Jansen</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-495</link>
		<dc:creator>Cari Jansen</dc:creator>
		<pubDate>Sun, 05 Jul 2009 16:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-495</guid>
		<description>@Jochen:

Yep :-)
http://carijansen.com/2009/05/03/styles-styles-and-more-styles/

I reckon it&#039;s a must have book for anyone who is serious about learning to work with InDesign productively and using &#039;best practice approach&#039;.</description>
		<content:encoded><![CDATA[<p>@Jochen:</p>
<p>Yep <img src='http://carijansen.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://carijansen.com/2009/05/03/styles-styles-and-more-styles/" rel="nofollow">http://carijansen.com/2009/05/03/styles-styles-and-more-styles/</a></p>
<p>I reckon it&#8217;s a must have book for anyone who is serious about learning to work with InDesign productively and using &#8216;best practice approach&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen F. Uebel</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-494</link>
		<dc:creator>Jochen F. Uebel</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-494</guid>
		<description>BTW: Michael Murphy has shown in his great new book on InDesign Styles that Adobe’s list of GREP Metacharacters is incomplete. What about a quick change of 
http://help.adobe.com/en_US/InDesign/6.0/WSa285fff53dea4f8617383751001ea8cb3f-6f59a.html</description>
		<content:encoded><![CDATA[<p>BTW: Michael Murphy has shown in his great new book on InDesign Styles that Adobe’s list of GREP Metacharacters is incomplete. What about a quick change of<br />
<a href="http://help.adobe.com/en_US/InDesign/6.0/WSa285fff53dea4f8617383751001ea8cb3f-6f59a.html" rel="nofollow">http://help.adobe.com/en_US/InDesign/6.0/WSa285fff53dea4f8617383751001ea8cb3f-6f59a.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cari Jansen</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-493</link>
		<dc:creator>Cari Jansen</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-493</guid>
		<description>Hi Jochen. Great site! Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Jochen. Great site! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen F. Uebel</title>
		<link>http://carijansen.com/2009/07/04/tip-088/#comment-492</link>
		<dc:creator>Jochen F. Uebel</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://carijansen.com/?p=762#comment-492</guid>
		<description>Hi Carl,
very good, thanks. Think it is very important to communicate these new technologies proudly and intensively. 
Tried something similar just two days ago: with the simple example of figures typogracilly organized in groups of three. Don’t mind the German; GREPs are international ;-)
http://blog.smi.ch/2009/07/03/automatische-3er-gruppe-zahlen/
Jochen</description>
		<content:encoded><![CDATA[<p>Hi Carl,<br />
very good, thanks. Think it is very important to communicate these new technologies proudly and intensively.<br />
Tried something similar just two days ago: with the simple example of figures typogracilly organized in groups of three. Don’t mind the German; GREPs are international <img src='http://carijansen.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
<a href="http://blog.smi.ch/2009/07/03/automatische-3er-gruppe-zahlen/" rel="nofollow">http://blog.smi.ch/2009/07/03/automatische-3er-gruppe-zahlen/</a><br />
Jochen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

