<?php $str1 = "apple"; $str2 = "pal"; $str3 = "pole"; var_export(!strlen(trim($str2, $str1))); echo "\n---\n"; var_export(!strlen(trim($str3, $str1)));
You have javascript disabled. You will not be able to edit any code.