Rune Caster 1.0.0
Modern C++ Text Processing Framework
Loading...
Searching...
No Matches
spell_filter.hpp File Reference
#include "spell_base.hpp"
#include "unicode.hpp"
#include <vector>
#include "rune_sequence.hpp"
Include dependency graph for spell_filter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rune_caster::spell::filter::CategoryFilter
 Remove specific character categories using C++20 concepts. More...
class  rune_caster::spell::filter::ScriptFilter
 Remove or keep only specific scripts using C++20 concepts. More...
class  rune_caster::spell::filter::PunctuationFilter
 Remove punctuation characters using C++20 concepts. More...
class  rune_caster::spell::CategoryFilter
 Remove specific character categories using C++20 concepts. More...
class  rune_caster::spell::ScriptFilter
 Remove or keep only specific scripts using C++20 concepts. More...
class  rune_caster::spell::PunctuationFilter
 Remove punctuation characters using C++20 concepts. More...

Namespaces

namespace  rune_caster
namespace  rune_caster::spell
namespace  rune_caster::spell::filter