iancoleman / strcase

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

Shouldn't ToSnake remove periods? #20

Open danawoodman opened 4 years ago

danawoodman commented 4 years ago

ToCamel removes periods from strings but ToSnake does not. This seems a bit inconsistent. What is the best way to strip special characters?