A

Admin • 828.70K Points
Coach

Q. Which method splits a string into an array?

  • (A) break()
  • (B) tokenize()
  • (C) split()
  • (D) explode()

Explanation by: Admin
split() divides a string into substrings based on a delimiter.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.