I have the following code:
Dim query = CsteList.Where(Function(i) i.Text.Contains(FilterTextBox.Text.Trim))
- FilterTextBox.Text = "HELLO"
- FilterTextBox.Text = "hello"
- FilterTextBox.Text = "HeLLo"
whether input as "HELLO" or "hello" my code should filter respective word