Si existe dans le nombre de chaînes PHP
<?php
echo substr_count("Hello world. The world is nice","world");
//Output: 2
?>
artharus
<?php
echo substr_count("Hello world. The world is nice","world");
//Output: 2
?>