I need assistance with how to split a cell into separate columns for first name, middle initial, and last name. However, not all the records in the source data contain a middle initial. I previously have used the RegEx function ([a-z]+)\s([a-z]+) to get first name / last name, but do not know how to modify the expression for the sometimes occurring middle initial. Do you have any recommendations?