Closed jonyhy96 closed 4 years ago
When i was using this package to deal with field like 'UserID' and 'ID',I found it won't change the original word correctly into 'userId' and 'Id'
User strings to check if there is 'ID' contains in the string,then replace the 'ID' with 'Id' when strings.Contains() return other than -1.
/cc @iancoleman
Description
When i was using this package to deal with field like 'UserID' and 'ID',I found it won't change the original word correctly into 'userId' and 'Id'
Solution
User strings to check if there is 'ID' contains in the string,then replace the 'ID' with 'Id' when strings.Contains() return other than -1.