Skip to content

Commit e4e4ec3

Browse files
committed
Update documentation
1 parent ef12314 commit e4e4ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ We support the following operations with the`regex` parser (indicated with the `
325325

326326
- `findall`
327327

328-
Here is an example that is using `findall`:
328+
Here is an example using the `findall` mode that returns the list `['1', '2', '3', '4']`:
329329
```yaml
330330
--8<-- "./examples/tutorial/parser_findall.pdl"
331331
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
text: "1 -- 2 -- 3 -- 4"
1+
data: "1 -- 2 -- 3 -- 4"
22
parser:
33
regex: '[0-9]+'
44
mode: findall

0 commit comments

Comments
 (0)