<?php echo StringContains('aud\ios','\\'); function StringContains($the_string,$contains) { $pos = strpos($the_string,$contains); if($pos === false) return false; return true; }
You have javascript disabled. You will not be able to edit any code.