<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>in-tools.com - Topic: Reverse order names as headers.</title>
	<link>http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/</link>
	<description><![CDATA[]]></description>
	<generator>Simple:Press Version 5.5.11</generator>
	<atom:link href="http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/rss/" rel="self" type="application/rss+xml" />
        <item>
        	<title>Harbs on Reverse order names as headers.</title>
        	<link>http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p518</link>
        	<category>Power Headers</category>
        	<guid isPermaLink="true">http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p518</guid>
        	        	<description><![CDATA[<p>Looks good to me.</p>
<p>Thanks for helping out!  <img src="http://in-tools.com/cms/wp-includes/images/smilies/simple-smile.png" alt=":)" class="spWPSmiley" style="max-height:1em;margin:0" /> </p>
]]></description>
        	        	<pubDate>Mon, 30 Nov 2015 03:09:40 -0500</pubDate>
        </item>
        <item>
        	<title>Michel on Reverse order names as headers.</title>
        	<link>http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p517</link>
        	<category>Power Headers</category>
        	<guid isPermaLink="true">http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p517</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Assuming first/last names can't be easily identified, I think a first Grep research could be useful to "mark" them with a specific char style (0 option).<br />
Then, the header variable would be based on this char style.<br />
The last thing, invert the first and the last name and add a comma-space between them.<br />
With names as Warren Buffet or John F. Kennedy, we could use:</p>
<p>(\u\H+)\h(\u\H+\h)?(\u\H+)<br />
$3, $1</p>
<p>[ID CC 2015 + Power Headers v. 2.0.9]</p>
<p><img class="spSmiley" style="margin:0"class="spSmiley" src="http://in-tools.com/cms/wp-content/forum-smileys/sf-cool.gif" title="Cool" alt="Cool" /></p>
<p>@ Gabe, if I'm wrong, thanks to tell me!  <img class="spSmiley" style="margin:0"class="spSmiley" src="http://in-tools.com/cms/wp-content/forum-smileys/sf-wink.gif" title="Wink" alt="Wink" /></p>
]]></description>
        	        	<pubDate>Sat, 28 Nov 2015 04:32:04 -0500</pubDate>
        </item>
        <item>
        	<title>Harbs on Reverse order names as headers.</title>
        	<link>http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p83</link>
        	<category>Power Headers</category>
        	<guid isPermaLink="true">http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p83</guid>
        	        	<description><![CDATA[<p>Depending on how the names are input, you might be able to use GREP Processors to solve your problem.</p>
<p> </p>
<p>Are all the last names a single word? If yes, you can use something like this:</p>
<pre>Find: (.+) (\w+)

Change: $2, $1</pre>
<p> </p>
<p>If the middle initial always has a period after it, you can use that as part of a GREP.</p>
<p> </p>
<p>Another possibilty would be to insert zero space characters and use them as delimiters for our GREP expression.</p>
<p> </p>
<p>Harbs</p>
]]></description>
        	        	<pubDate>Fri, 29 Jul 2011 03:19:17 -0400</pubDate>
        </item>
        <item>
        	<title>mtames on Reverse order names as headers.</title>
        	<link>http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p82</link>
        	<category>Power Headers</category>
        	<guid isPermaLink="true">http://in-tools.com/learning/forum/power-headers/reverse-order-names-as-headers/#p82</guid>
        	        	<description><![CDATA[<p>I&#039;m working on a project where the headers are the names of authors within the book. We need to have them displayed in "last name, first name" format, however some authors have a middle innitial or middle name that needs to follow the first name. We are experimenting with Power Headers in hopes that it will allow us to create headers in this format without having to use invisible text. If you have any suggestions I would greatly appreciate them. </p>
<p> </p>
<p>Thanks,</p>
<p>Matt</p>
]]></description>
        	        	<pubDate>Thu, 28 Jul 2011 15:07:09 -0400</pubDate>
        </item>
</channel>
</rss>