I was trying to split a string based on multiple delimiters by referring How split a string in jquery with multiple strings as separator
Since multiple delimiters I
I think you would need to escape the +, * and ?, since they've got special meaning in most regex languages