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