Statics§
Functions§
- check_
pascal_ case - If the string
s
is not PascalCase, returns aSome(String)
with the suggested conversion. Otherwise, returnsNone
.
s
is not PascalCase, returns a Some(String)
with the
suggested conversion. Otherwise, returns None
.