Skip to content

Commit 8a47f89

Browse files
gabyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9cb6672 commit 8a47f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/regex-engines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alternative Regex Engines
22

3-
Fiber v3+ supports using alternative regex implementations for route pattern matching through the `RegexHandler` configuration option. This allows you to use high-performance regex engines like [coregex](https://github.com/coregx/coregex) as a drop-in replacement for Go's standard library `regexp` package.
3+
Fiber v3+ supports using alternative regex implementations for `regex()` parameter constraints through the `RegexHandler` configuration option. This allows you to use high-performance regex engines like [coregex](https://github.com/coregx/coregex) as a drop-in replacement for Go's standard library `regexp` package when compiling those constraint patterns.
44

55
## Why Use an Alternative Regex Engine?
66

0 commit comments

Comments
 (0)