iotools.is_lowercamelcase_string

abjad.tools.iotools.is_lowercamelcase_string.is_lowercamelcase_string(expr)[source]

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.

This Page