Skip to content

Commit

Permalink
fix #129
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Dec 18, 2024
1 parent c259de5 commit 3eb7eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extrakto.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ regex: ('[^'\n\r]+')
alt2: '([^'\n\r]+)'

# note that "line" is a special filter that is not handled here for performance reasons
# if you want to include it in the 'all' filter you can define it like this in your
# config file:
# if you want to include lines in the 'all' filter you can define an additional filter
# in your config file:
# [line]
# regex: ([^\n\r]+?)\s+\r?\n
# regex: ([^\n\r]+?)\s*\r?\n

0 comments on commit 3eb7eb4

Please sign in to comment.