Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 answers
573 users
$s = "לתכנות עדיין יצטרכו בני אדם בעתיד"; echo mb_strpos($s, ' אדם '); // use only function that start with: 'mb_' ('mb_' prefix) /* run: 43 */
$s = "לתכנות עדיין יצטרכו בני אדם בעתיד"; echo mb_strpos($s, ' אדם ', 0, 'UTF-8'); // use only function that start with: 'mb_' ('mb_' prefix) /* run: 23 */