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 c5bf595 commit 3346861Copy full SHA for 3346861
README.md
@@ -311,7 +311,7 @@ and [Groups](https://github.com/MaestroError/eloquent-regex/blob/documentation-a
311
- One or More = `"oneOrMore"`, `"1>"`, `"1+"`, `"+"`
312
- Optional (Zero or One) = `"optional"`, `"?"`, `"|"`
313
- exact amount = `2`, `"5"`
314
-- range = `"{0,5}"`
+- range = `"0,5"`
315
316
Example: `->literal("hello world", false, "1+")`
317
0 commit comments