😕 I have a snippet of code that detects whether a string contains a semicolon a or not:
if (ereg(";",$art->toc_authors)) { }
How can I also expand that and see if either a semicolon or a comma present?..