Module pascal_case

Module pascal_case 

Source

Statics§

PASCAL_CASE_STRUCT

Functions§

check_pascal_case
If the string s is not PascalCase, returns a Some(String) with the suggested conversion. Otherwise, returns None.