We use the following parsley regex validation on our checkout page but mac device users (iPhones, etc.) are running into trouble when using apostrophes. Is there a way to allow for smart quote type elements in regex?
^(?!.*[0-9]{12,})[a-zA-Z0-9)(,'-/\&.#? ]*$
As an example, on a pc the validation allows
Father's Day
but when entered on an iPhone as
Father’s Day
validation comes back stating there is a problem.