i am searchgin for a function in php, or a very lightweight and short/easy way to find out if a set (array) of characters appear in a given array
if(chars_in_string(array("x","d","9", "ü"), $anystring) ) do_something()
while x,d,9, ü are just as an example ... hmmm maybe i can solve this with regular expressions?