PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
strspn(
"abcdefand"
,
"abc"
);
?>
<
/body
>
<
/html
>
Result:
Privacy Policy