iancoleman / strcase

A golang package for converting to snake_case or CamelCase
MIT License
1.02k stars 110 forks source link

ignore multiple chars in snake_case #32

Closed penhauer closed 3 years ago

penhauer commented 3 years ago

Issues related to skipping periods in snake case are resolved. Now multiple chars may be replaced with delimiter in ToScreamingDelimited function. ignore parameter type changed to string to support a set of chars in input. Also i had to change one of test cases.

penhauer commented 3 years ago

I think this would resolve #20 and #21

eyJhb commented 3 years ago

+1 @iancoleman any chance of this being accepted?

iancoleman commented 3 years ago

Thanks for this, tagged as v0.2.0