Hi All,
how can I check for a value which startswith specific digit in array variable.
for egs:
array_variable = {“one”,“two”,“three”,“four”,“five”}
so if i need to check if the array_variable has any value which startswith “o”, it should return true (in this mentioned case).
kindly advise.
Thanks!
Deena