Need to double escape backslashes
Status: Beta
Brought to you by:
jengelhart
When working with NSString constants (and C string constants too, I imagine), backslashes must be double escaped--i.e. to match a single literal backslash you need four backslashes '\\\\'. It would be helpful if this was mentioned near where you talk about the need to escape backslashes.
Fixed in 3.0 documentation.