summaryrefslogtreecommitdiffstats
path: root/src/regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* regex: Avoid wrong assumption that char is always signed.Dimitri van Heesch2021-04-081-1/+1
* Avoid using std::isspace and friends on potentially multibyte charactersDimitri van Heesch2021-03-261-8/+29
* Spelling correctionalbert-github2021-03-031-1/+1
* Refactoring: replaced std::regex with own much faster implementationDimitri van Heesch2021-03-021-0/+736