\b([A-Z\s]+)\b
Though you should note that A-Z misses out on accented characters. This is a little more i18n-friendly (not tested):
use charnames ":full"; \b([\p{IsUpper}\s]+)\b
In reply to Re: Extract sequence of UC words?
by gaal
in thread Extract sequence of UC words?
by Anonymous Monk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |