# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Style detects name style return NATIVE if style is unknown return UNDER_SCORE if s contain _ return LOWER_CAMEL if first charactor is lowercase return UPPER_CAMEL // retst charactor is uppercase otherwise return NATIVE.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
lowercase.
lower camel.
native.
upper first charactor.
under score.
No description provided by the author
uppercase.
upper camel.