| sed 's/[\u0600-\u06FF]/ & /g' \
I am getting the following error for the above expression.
sed: -e expression #1, char 22: Invalid range end
Although I've verified that the expression is correct, I don't understand why this is still an invalid range. Any suggestions?