aGerman wrote:Code: Select all
findstr "\<A_[A-Za-z0-9][A-Za-z0-9]*_f[ ]*([ ]*[-]*[0-9.][0-9.]*[ ]*)" "test.txt"
Note that FINDSTR always outputs the entire line where the pattern was found.
Steffen
Thanks !
aGerman wrote:Code: Select all
findstr "\<A_[A-Za-z0-9][A-Za-z0-9]*_f[ ]*([ ]*[-]*[0-9.][0-9.]*[ ]*)" "test.txt"
Note that FINDSTR always outputs the entire line where the pattern was found.
Steffen