issues
search
Tazinho
/
snakecase
🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
https://tazinho.github.io/snakecase/
GNU General Public License v3.0
147
stars
9
forks
source link
Streamline internal markers
#173
Open
Tazinho
opened
5 years ago
Tazinho
commented
5 years ago
Currently the following are used internally:
mark abbreviations:
_ l l
and
r r _
Issues:
abbreviations: for this marker one needs to convert spaces to underscores first (otherwise the markers would not be guaranteed to be non ambiguous). This limits the usage of spaces inside abbreviations.
Currently the following are used internally:
_ l l
andr r _