Maybe I'm asking a bit too banal question, but I really cannot figure out how to check for an occurrence of a wildcard (*) character in a string using PHP.
An example string: *bcd
OR ab*d
OR abc*
Whatever PHP function I try to use, it behaves unpredictably. I just need to know whether the wildcard character is or is not in a string. Thank you very much for replies!
Based on the example at http://php.net/manual/en/function.strpos.php