Questions tagged [apostrophe]

The apostrophe character (')

Using jQuery to pass apostrophes from PHP into an input field

Currently, I am working with database information that includes a character of blah^s (I have replaced the ' character with ^ in order to locate apostrophes within the row). I am using preg_replace to add apostrophes back into the string. Everything i ...

Leveraging Apostrophe CMS for building a decoupled single page application

I am currently developing a single page application inspired by the design of My goal is to separate the content management system from the presentation layer (most likely using Vue or Angular) and fetch data from a JSON API. The client initially prefers ...