chore: add commented reg_exp example with escape slash
This commit is contained in:
parent
f333a78b05
commit
8a23c9d4cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue