I want to get insensitive case entering the text from the textbox1.text. In Turkish language some letters like I,i cause problem. When I enter either small letter i or capital letter I, I want to get result.
Loading
I want to get insensitive case entering the text from the textbox1.text. In Turkish language some letters like I,i cause problem. When I enter either small letter i or capital letter I, I want to get result.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Apr 9, 2023, 1:56 PM
Naimish MakwanaPosted Apr 10, 2023, 3:38 AM
Try below code:
Thanks
Mehmet FatihPosted Apr 9, 2023, 2:04 PM
I tried your proposal but it doesn't work if the first letter begins with the capital letter "I".