For a file containing the text below, I want to match all instances of DR33 that are not preceded by G by using [^G]DR33. For example, assume I have three files:
Quote GDR336.pdf
Quote GDR337.pdf
DR33075.pdf
In this instance I would expect it to find one file (ie DR33075.pdf) but FLP7.5 finds no matches. This issue does not happen if the match is not at the start of the line, ie ABCDR33075.pdf is correctly matched.