I know this is not exactly what you are asking for, but if you have a "strings" command try that. It is probably what you are looking for rather than hoping that the first character on the line is a character in the set A-Za-z. A string like:
1. This is a line
would not match for instance.
-Enlil