aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/regex.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-27Convert capture file regex search to PCRE2.João Valverde1-1/+12
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-1/+1
2022-06-08dfilter: Make regex matches case insensitive by defaultJoão Valverde1-0/+8
2021-12-21wsutil: Split ws_regex_matches() into two functionsJoão Valverde1-3/+7
2021-12-13regex: Remove requirement for ssize_tJoão Valverde1-1/+3
2021-11-30Add files with WS_DLL_PUBLIC to Doxygen part2Moshe Kaplan1-1/+1
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-1/+1
2021-11-14Move regex code to wsutilJoão Valverde1-0/+38