Ephenodrom / Dart-Basic-Utils

A dart package for many helper methods fitting common situations
MIT License
368 stars 79 forks source link

camelCaseToLowerUnderscore doubles underscores #45

Closed raygray closed 3 years ago

raygray commented 3 years ago

If a string contains an underscore, camelCaseToLowerUnderscore duplicates it. Like:

camelCaseToLowerUnderscore ('a_b') => 'a__b'

Ephenodrom commented 3 years ago

Hello and sorry for the delay, this is fixed with version 3.3.0.