This is the place where I store the words when I surfing. Share with u. 这里放着我在网上看到的文章,和你一起分享。
🔥 Save unlimited web pages along with a full PDF snapshot of each page. Unlock Premium →
Here is a snippet for generating a URL friendly slug in PHP
function slugify($string){ return strtolower(trim(preg_replace('/[^A-Za-z0-9-]+/', '-', $string), '-')); }
And you can use it in your code like so
<?php echo slugify('!hello world!? how are you???');
Source: http://www.seanbehan.com/how-to-slugify-a-string-in-php/ This web page was saved on Saturday, Aug 22 2020.
✔ Save unlimited bookmarks.
✔ Get a complete PDF copy of each web page
✔ Save PDFs, DOCX files, images and Excel sheets as email attachments.
✔ Get priority support and access to latest features.
No comments:
Post a Comment