Tagged Questions
1
vote
3answers
518 views
Search for a sub-string in a given array of strings
I have an array of n strings. I want to select all the elements of the array that starts with the given string.
Sorry if that is not clear. I'll give an example.
input = "as"
array = ["abas", ...