We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aa07c commit 0b349ccCopy full SHA for 0b349cc
Sources/_StringProcessing/Engine/MEReverseQuantify.swift
@@ -16,12 +16,12 @@ extension Processor {
16
limitedBy: start,
17
boundaryCheck: !isScalarSemantics,
18
isCaseInsensitive: false)
19
- case .builtin:
+ case .builtinCC:
20
guard currentPosition >= start else { return nil }
21
22
// We only emit .quantify if it consumes a single character
23
return input.reverseMatchBuiltinCC(
24
- payload.builtin,
+ payload.builtinCC,
25
at: currentPosition,
26
27
isInverted: payload.builtinIsInverted,
0 commit comments