New in version 2.5.
True when expr is a string and is uppercamelcase:
abjad> iotools.is_uppercamelcase_string('FooBar') True
False otherwise:
abjad> iotools.is_uppercamelcase_string('fooBar') False
Return boolean.
Enter search terms or a module, class or function name.