[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why is "]" == "\]"?



Helloo everybody!

What is the reason for the following?

"]" == "\]"

All tests said, that these two strings are equal. But how could I
parse strings where "]" is command character or so but "\]" is legal
syntax for using "]" as a normal character?

BTW, i don't want to convert a strings to list, I want to use such
nice features as char or aref when I am using vector.

Bye, Oliver