-
-
Notifications
You must be signed in to change notification settings - Fork 188
Slug with apostrophe rendering #182
Unanswered
vincentcordel
asked this question in
Q&A
-
If title has an apostrophe, then slug removes the apostrophe.
$title = "There's no reason"
// returns following slug
theres-no-reason
How can I change this behaviour to add an hyphen instead?
$title = "There's no reason"
// want to return slug
there-s-no-reason
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment