Welcome Guest, Not a member yet? Register   Sign In
url_title and apostrophe
#4

No, not really.

I would make a function like this:
PHP Code:
function french_url_title($str,$seperator='-',$lowercase=FALSE) {
    
url_title(str_replace("'",'-',$str),$seperator,$lowercase);

Reply


Messages In This Thread
url_title and apostrophe - by imabot - 11-01-2018, 11:37 PM
RE: url_title and apostrophe - by jreklund - 11-02-2018, 12:10 AM
RE: url_title and apostrophe - by imabot - 11-02-2018, 12:40 AM
RE: url_title and apostrophe - by jreklund - 11-02-2018, 05:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB