A data analyst uses the SPLIT function to divide a text string around a specified character and put each fragment into a new, separate cell. What is the specified character separating each item called?

Correct
When using the SPLIT function, the specified character separating each item is called a delimiter.