Skip to content

Commit 3147ccb

Browse files
authored
Update parsing-language-reference-guide.md - test
1 parent 0863489 commit 3147ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cse/schema/parsing-language-reference-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Patterns are stored in `patterns.conf` as `<Pattern Name> = <regex>` key value p
5151
In parsers, you refer to a pattern as `%{<Pattern Name>}`. You can use a pattern anywhere that regex can be used.  You can assign patterns to a
5252
named capture group like this:
5353

54+
5455
`%{<Pattern Name>:<field_name>}`
5556

5657
For available patterns, see [Parsing Patterns](/docs/cse/schema/parsing-patterns).

0 commit comments

Comments
 (0)