#include <PVLE/Export.h>#include <string>


Go to the source code of this file.
Classes | |
| struct | lexical_less |
| Lexical comparision functor for strings (Ignores caps, accents, spaces et quotes). More... | |
Functions | |
| char | unspecial (int c) |
| Removes accents from ASCII chars (doesn't work with unicode). | |
| std::string | str_replace_specials (const std::string &s) |
| std::string str_replace_specials | ( | const std::string & | s | ) |
| char unspecial | ( | int | c | ) |
Removes accents from ASCII chars (doesn't work with unicode).
Definition at line 35 of file String.h.
Referenced by lexical_less::operator()(), and str_replace_specials().
1.5.9