I'm using the pattern matching in QF:
Member#:\s+(\d{6}\s\d{2})
Most of the returns are correct, but about 10% include other characters in the prefix. For instance, the correct return member number should be:
123456-01
but I'm getting a return similar to:
!:-123456-01
I also sometimes get a U instead of a zero in the member number.