camel_case_to_words library

Constants

defaultPattern → const String
DIACRITICAL_MARK → const String
DIGIT → const String
DINGBAT_BLOCK → const String
GENERAL_PUNCTUATION → const String
LOWERCASE → const String
NON_CHAR → const String
UPPERCASE → const String
WHITESPACE → const String
WORD → const String

Functions

camelCaseToWords(String subject, [Pattern customPattern = defaultPattern]) String