We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61390c8 commit 6f787faCopy full SHA for 6f787fa
src/ValueObject/Pattern/RegexPattern.php
@@ -20,6 +20,7 @@ public function isRegexPatternNeccessary(): bool
20
$body = $matches['body'];
21
22
// ignore ^ at start and $ at end
23
+
24
/** @var string $body */
25
$body = preg_replace('~^\^~', '', $body);
26
0 commit comments