<?xml version="1.0" encoding="windows-1252"?>
<node id="704934" title="Re: Extract sequence of UC words?" created="2008-08-18 09:57:05" updated="2008-08-18 05:57:05">
<type id="11">
note</type>
<author id="368438">
gaal</author>
<data>
<field name="doctext">
&lt;c&gt;
\b([A-Z\s]+)\b
&lt;/c&gt;

&lt;p&gt;Though you should note that [A-Z] misses out on accented characters. This is a little more i18n-friendly (not tested):

&lt;p&gt;&lt;c&gt;
use charnames ":full";

\b([\p{IsUpper}\s]+)\b
&lt;/c&gt;</field>
<field name="root_node">
704929</field>
<field name="parent_node">
704929</field>
</data>
</node>
