[BUG][initCap function]There is an issue converting the uppercase character to lowercase on GPU. #2786
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
Describe the bug
While execute initCap function on GPU, if the input string has the digital number in it, for example 'spar2Rk' , the output result string is not expected.
The current result is "Spar2Rk", didn't convert the uppercase character to lowercase behind digital number.
Steps/Code to reproduce bug
Expected behavior
expected result: Spar2rk
Environment details (please complete the following information)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: