Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”¨ C++ Slugify

Modern header-only C++ library to slugify a string

Installation

Just drop the slugify.hpp in your project and use it. You'll need a modern C++11 compatible compiler though.

Usage

#include "slugify.hpp";

std::string test = slugify("This is a test!");
// This-is-a-test

About

πŸ”¨ Modern header-only C++11 library to slugify a string

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages