Codebase list tilix / 029f679
Fix ThompsonMatcher deprecation in D gnunn1 5 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
149149 enum REGEX_EMAIL = DEFS ~ "(?i:mailto:)?" ~ USER ~ "@" ~ EMAIL_HOST;
150150 enum REGEX_NEWS_MAN = "(?i:news:|man:|info:)[-[:alnum:]\\Q^_{|}~!\"#$%&'()*+,./;:=?`\\E]+";
151151
152 import std.regex.internal.thompson: ThompsonMatcher;
153
154152 /**
155153 * This replaces all instances of $x tokens with values
156154 * from Regex match. The token $0 matches the whole match