str_replace not replacing apostrophes
问题 I've read a different question on here that addresses this same problem and I can't seem to figure out what's going on here. I'm trying replace an apostrophe in my code with str_replace and it's not working. I've got a string to test: $clue_question = "If you’re rowin’ the Rhone from start to finish, you begin in this mountain range"; And then some string replaces and their results: $new_string = str_replace("I", "a", $clue_question)."<br />"; //af you’re rowin’ the Rhone from start to finish