Same as split(s, RegExp(pattern, attributes)).
WARNING:
This function is scheduled for deprecation due to unnecessary ambiguity with the homonym function in std.string. Instead of undead.regexp.split(s, p, a), you may want to use split(s, RegExp(p, a)).