Question:
I am building a simple function to search through some data from the list. I am trying to search string from list matches some characters fromstart of string
.Like :-
"bi"
then I am trying to get strings which matched that string "bi"
like :-But it returned empty
then I tried
It also showed me empty list
Any help would be much Appreciated. Thank You in Advance
Answer:
If you have better answer, please add a comment about this, thank you!