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.
The current implementation of
string_splitaccidentally supports splitting on a regular expression.Its sibling
string_split_noregexpwas introduced to enable migration.At this point we should just replace the implementation of the former, and remove the latter.