std.regex: document that ctRegex always uses the backtracking engine by kubo39 · Pull Request #11026 · dlang/phobos
ctRegex pins CtfeFactory!(BacktrackingMatcher, ...) via withFactory, bypassing the runtime engine auto-selection that picks the Thompson matcher for patterns without backreferences. There is no com...