Open stodge opened 5 years ago
Currently stringcase can do this:
stringcase.alphanumcase('Foo_123 Bar!') # =>'Foo123Bar'
Is there anyway to do this:
stringcase.alphanumcase('Foo_123 Bar!') # =>'foo123Bar'
hi @stodge i added the code and kept pull request.
If it not come under enhancement. Send the response of alphanumcase() to lowercase() and you will get your required output..
alphanumcase()
lowercase()
Currently stringcase can do this:
stringcase.alphanumcase('Foo_123 Bar!') # =>'Foo123Bar'
Is there anyway to do this:
stringcase.alphanumcase('Foo_123 Bar!') # =>'foo123Bar'