Skip to content

Commit

Permalink
Clarify index match
Browse files Browse the repository at this point in the history
  • Loading branch information
zix99 committed Jan 4, 2025
1 parent 1da5ff9 commit 42ae5ab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/usage/dissect.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ Will match:
prefix bob : 123
```

And will extract two keys:
And extract 3 index-keys:
```
0: prefix bob : 123
1: bob
2: 123
```

And will extract two named keys:
```
name=bob
value=123
Expand Down

0 comments on commit 42ae5ab

Please sign in to comment.