rutrum / convert-case

Converts to and from various cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to not insert `_` between number and character?

duskmoon314 opened this issue · comments

I have some strings like uart0 and need to convert to UpperSnake in some cases. So I search and find this wonderful crate. But when using it, the result I get is like UART_0.

I wonder is there a way to avoid this? Maybe a flag or some methods in this crate?

Sorry, I haven't noticed the Boundary Specificity section. 😢

Hi duskmoon, you caught me mid response! I'm glad you were able to find it. Thanks for reaching out.