Find trusted answers to your questions with the help of IDNLearn.com's knowledgeable community. Find the answers you need quickly and accurately with help from our knowledgeable and dedicated community members.

Identify the method that can be used to create an array of substrings.
a. strArray = split.string (str)
b. strArray = string.split(str)
c. strArray = str.split(string)
d. strArray = (str)string.split