If \$string contains abcdabcd , what will the following call return? index (\$string, “cd”, 3);
Reveal answer
Fill a bubble to check yourself
If \$string contains abcdabcd , what will the following call return? index (\$string, “cd”, 3);