JoepSchyns / cpp-slugify

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔨 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

License:MIT License


Languages

Language:C++ 100.0%Language:Makefile 0.0%