[Cuis] Symbols that start with and uppercase letter

KenD Ken.Dickey at Whidbey.com
Mon Nov 9 21:12:26 CST 2015


On Mon, 9 Nov 2015 16:53:16 -0800 (PST)
nacho <0800nacho at gmail.com> wrote:

> Hi Folks,
> I'm trying to generate a collection from all instances of Symbol that begin
> with a capital letter.

Symbol allInstances select: [ :s | (s size > 0) and: [(s asString at: 1) isUppercase ]].

Cheers, 
-KenD




More information about the Cuis mailing list