ballhogjoni Posted February 17, 2014 Share Posted February 17, 2014 Can somebody tell me what this character(s) is "^@" I am getting this string from Amazon api for orders that have been placed on my sellers account: ^@Steven Lastname^@ Link to comment https://forums.phpfreaks.com/topic/286267-special-character-question/ Share on other sites More sharing options...
WebStyles Posted February 19, 2014 Share Posted February 19, 2014 honestly, no Idea, as I have never used Amazon's API, but it looks like part of a regex expression, [^@] would return everything that is NOT an @ symbol. (just guessing here, but I hope it helps) Link to comment https://forums.phpfreaks.com/topic/286267-special-character-question/#findComment-1469582 Share on other sites More sharing options...
boompa Posted February 19, 2014 Share Posted February 19, 2014 Amazon has many APIs. Which one are you using? Link to comment https://forums.phpfreaks.com/topic/286267-special-character-question/#findComment-1469584 Share on other sites More sharing options...
requinix Posted February 19, 2014 Share Posted February 19, 2014 And that's literally a caret and an at-sign? You're not, like, viewing this from a terminal window, right? Link to comment https://forums.phpfreaks.com/topic/286267-special-character-question/#findComment-1469585 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.