sed regex Invalid Range error for unicode range

37 Views Asked by At
    | 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?

0

There are 0 best solutions below