Methods
-
toCamelCase(str)
-
Ref- https://stackoverflow.com/questions/2970525/converting-any-string-into-camel-case
Parameters:
Name Type Description strA string. Example formats- big Bang, Big Bang, BigBang, big-bang, big_bang etc. Returns:
- camelCase form of str(e.g. bigBang)