[A89] String Search for \


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

[A89] String Search for \



How do you search a character array for the \ character?

I've tried strchr(string, '\'') but that doesn't seem to work. 

Thanks,
Brett




Follow-Ups: