i found something like this was not expected
code
NSString *strCrown2 = @"T-#-B-DAC";
when i put break point there and check i found like below image
There is \x , it is not part of string
in console it is displaying T-#-B-DAC it is correct
my question is why \x is showing there ?