S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which function splits a string by whitespace?

  • (A) split_whitespace()
  • (B) split_space()
  • (C) tokenize()
  • (D) slice()
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category Rust
  • Hashtags:

Explanation by: Shyam Dubey
split_whitespace() breaks a string by whitespace.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.