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 5516d14 commit 23c395fCopy full SHA for 23c395f
chi.go
@@ -37,8 +37,7 @@
37
//
38
// A placeholder with a name followed by a colon allows a regular
39
// expression match, for example {number:\\d+}. The regular expression
40
-// syntax is Go's normal regexp RE2 syntax, except that regular expressions
41
-// including { or } are not supported, and / will never be
+// syntax is Go's normal regexp RE2 syntax, except that / will never be
42
// matched. An anonymous regexp pattern is allowed, using an empty string
43
// before the colon in the placeholder, such as {:\\d+}
44
0 commit comments