<?php function CheckString($bla){ if( strstr($bla, 'אמא') ) return true; else return false; } $bla="א-ב-א א-מ-א ד-ו-ד-ה"; CheckString($bla); ?>