The current implementation of string_split accidentally supports splitting on a regular expression.
Its sibling string_split_noregexp was introduced to enable migration.
At this point we should just replace the implementation of the former, and remove the latter.