decamelize 🎯
A simple Dart package to decamelize string and add a custom delimiter
Ιnspiration by the homonymous npm package decamelize
usage
print(decamelize('justATest', '-')); //just-a-test
A simple Dart package to decamelize string and add a custom delimiter
print(decamelize('justATest', '-')); //just-a-test
Check for acronyms