I am trying to find features that have value in a field that has an apostrophe. How does one do this?
Here is what I have, but it won't work because of the apostrophe in Can't:
else if ( $feature["media_type"] == 'Can't Find Curb Tie') {
return "Can't Find Curb Tie"
}