Westonci.ca makes finding answers easy, with a community of experts ready to provide you with the information you seek. Ask your questions and receive precise answers from experienced professionals across different disciplines. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

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