Skip to content

Commit

Permalink
Update docs/source/filters.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Perl <[email protected]>
  • Loading branch information
Jamstah and thp authored May 29, 2024
1 parent 638d8e6 commit 17717db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ If ``repl`` is not specified, the full match will be included in the output.
url: https://example.com/regex-findall.html
filter:
- re.findall:
pattern: 'The next draw is on (\d\d\d\d-\d\d-\d\d).'
pattern: 'The next draw is on (\d{4}-\d{2}-\d{2}).'
repl: '\1'
- re.findall: '[0-9]+'
Expand Down

0 comments on commit 17717db

Please sign in to comment.