Skip to content

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

License

Notifications You must be signed in to change notification settings

thomasbrueggemann/cpp-slugify

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages