chore: add commented reg_exp example with escape slash

This commit is contained in:
Jesús Pérez 2024-10-21 20:36:43 +01:00
parent f333a78b05
commit 8a23c9d4cc
No known key found for this signature in database

View File

@ -1,6 +1,8 @@
be_quiet = false
[[targets]]
input = "input.txt"
# \ has to be escaped
reg_exp = "(\\d+) (\\w+) (\\d+)"
[[targets]]
input = "input_2.txt"