Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

[NSString camelCase] return wrong result when no underscore #93

Open
yasirmturk opened this issue Oct 20, 2014 · 0 comments
Open

[NSString camelCase] return wrong result when no underscore #93

yasirmturk opened this issue Oct 20, 2014 · 0 comments

Comments

@yasirmturk
Copy link

Input: @"FullName"
Expected & Valid output: fullName
Actual Output: fullname

Fix: wrap the functionality of
-(NSString *)camelCase
to execute only if string contains underscore "_"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant