If a whole paragraph is included in a single string, the split() method can be used to obtain a list of the sentences included in the paragraph is a true statement.
A delimited string is split into substrings using the split command. To define zero or more delimiting characters or strings, you can use either a character array or a string array. White-space characters are used to break a string if no delimiting characters are given.
By looking for a pattern, the split() method breaks a String into an ordered list of substrings. It then stores these substrings in an array and returns the array.
Therefore, A string can be divided into a list of substrings using the split method.
Learn more about split() method from
https://brainly.com/question/16746156
#SPJ1