The written 2 arguments:
-i '([A-Z]:\\)+[A-Z]+' path_test.txt
In debugging mode:
in class ARGUMENT_32 the second item in argument_array content : ([A-Z]:\)+[A-Z]+
So I should replace the second argument by : '([A-Z]:\\\)+[A-Z]+'
With 3 \
If I start from the terminal, that mistake does happen.
-- Cordialement Jacques Silberstein