I have a list of numbers to search from
e.g.
3504
2257
6403
6152
How can I search for any instances of "0" and "3" anywhere/any order in the string?
My result should be
3504
6403
Thanks in advance for any suggestions.
e.g.
3504
2257
6403
6152
How can I search for any instances of "0" and "3" anywhere/any order in the string?
My result should be
3504
6403
Thanks in advance for any suggestions.