...

/

Quiz Yourself on Splitting Strings

Quiz Yourself on Splitting Strings

Test your knowledge regarding splitting strings.

We'll cover the following...

Quiz

1.

What is the explode method used for?

A.

To split a string into a list of substrings without the specified search string

B.

To split a string into a list of individual characters

C.

To return a list containing the start positions of the specified substring

D.

To split a string into a list of substrings based on the provided delimiter or whitespace characters


1 / 5