使用strpos并检查下一个字符是数字

时间:2017-09-16 08:39:49

标签: php

$getword = "apple(code to check if next character of apple is number)";
$storedtext = "apple2";
$getpos = strpos($storedtxt, $getword);
echo $getpos;

结果为0,因为它找到带有数字作为下一个字符的苹果

这可能吗?或者我的问题有其他解决方案。感谢

0 个答案:

没有答案